/*
 * Copyright - A Produle Systems Private Limited. All Rights Reserved.
 * 
 * @desc The login form page stylesheet 
 * 
 */
 
#mfLoginBackground
{
display: block; 
overflow:auto;
position: absolute;
z-index:1000;
left: -200%;
top: 0px; 
width: 100%; 
height: 100%;
background-color: rgba(68, 68, 68, 0.9);

}

a.weblink
{
	font-size: 11px;
	text-decoration:none;
	color:#999;
	font-weight: normal;
}

a.weblink:hover
{
	color:#000;
}

a.forgot
{
	font-size: 13px;
	text-decoration:none;
	color:#FFF;
	font-weight: normal;
}

a.forgot:hover
{
	color:#FFCC33;
}

a:focus{outline:none;}


#stretchForm
{
	margin:0 auto;
	width:100%;
	height:350px;
}

.loginBoxWrapper
{
	margin: 0 auto;
    left: 0;
    right: 0;
	
}

.loginBoxSection
{
    
    width:300px;
    height: 438px;
 	display:inline-block;
 	background: #fff;
 	border: 0px solid #d3d3d3;
    margin:0 auto;
    border-radius: 15px;
}

.footerPart
{
	padding-top: 7px;
	width:600px;
	height:100px;
}

#lockIcon
{

	width: 100%;
	bottom: 0;
	left: 0;
	color:#999;
	font-size: 11px;
	padding:10px 0 0;

}


#lockIconLeft
{
	width:130px;
    overflow:hidden;
	float: left;
}

#lockIconRight
{
	width:90px;
	float: right;
	text-align: right;
	padding-right: 10px;
}



 .loginIconCircular
 {
 	text-align: left;
    margin-left: 14px;
 }
 
 /* New login box */
 
 .loginBoxLeftColumn
 {
  width:440px;
  height: 100%;
  float: left;
  background: #363636;
  display: block;
  
 }

 .loginBoxRightColumn
 {
 	width:257px;
 	display:inline-block;
 	float:right;
 	background: #fff;
 	height: 100%;
 }
 
 .loginIconCircular img
 {
 	    width: 149px;
 	    text-align: center;
    	margin: 15px auto;
    	margin-bottom: 0px;
 }
 
 .loginBoxDescription
 {
 	padding: 20px;
    text-align: left;
    padding-top: 10px;
 }
 
 .loginBoxDescription h2
 {
 	font-size: 14px;
 	font-weight:normal;
 }
 
 .loginBoxOtherAppsLogo
 {
 	display:inline-block;
 	float: left;
 	position: relative;
    margin-top: 75px;
 }
 
 .loginBoxAppsImgList
 {
 	padding: 0px 10px;
 	text-align:left;
 }
 
 .loginBoxAppsImgList li
 {
 	list-style:none;
 	display:inline-block;
 	margin-top: 10px;
 }
 
 .loginBoxAppsImgList li img
 {
 	width:31px;
 	padding: 0px 9px;
 }
 
 .loginBoxAppsForgetPass
 {
 	bottom: 15px;
    float: right;
    padding-top: 5px;
    display: inline-block;
    position: relative;
    right: 30px;
 }
 
 .loginBoxTerms
 {
 	position: absolute;
    bottom: 10px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
 }
 
 .loginBoxNewPost
 {
 	display: inline-block;
 	color:#000;
 	float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
 }
 
 .loginBoxNewPost .LoginBoxPostContent
 {
 	display: inline-block;
 	
 	margin-left:10px;
 }
 
 
 
 .loginBoxTerms p
 {
 	color: #666;
 }
 
.loginBoxGoogleSign h2 
{
	 width:76%; 
	 text-align:center;
	 border-bottom: 0px solid #E0E0E0; 
	 line-height:0.1em; 
	 margin: 0 auto;
     margin-top: 0px;
     color: #E0E0E0;
     margin-bottom: 26px; 
     padding-bottom : 0px !important;
     font-weight: bold;
     font-size: 18px;
} 
.loginBoxGoogleSign h2 span 
{ 
	background:#fff; 
	padding:0 10px; 
}

.loginBoxTermsLink
{
	color: #333;
}

.loginBoxTermsLink:hover
{
	color: #000;
}

#loginform input:-webkit-autofill
{
	background-color:#fff !important;
	color: #fff !important;
}

#loginform input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.loginBoxLeftColumn .button {
 
  padding: 10px 0;
  border: 1px #ffffff solid;
  float: left;
  color: #ffffff;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom:10px;
  font-size: 14px;
  
  transition: color 0.4s, background-color 0.4s;

  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 124px;
 
}

.loginBoxLeftColumn .button a
{
	color:#2ecc71;
}

.loginBoxLeftColumn .button a:hover
{
	color:#ffffff;
}
.loginBoxLeftColumn .button:hover, .loginBoxLeftColumn .button:focus {
  transition: color 0.4s, background-color 0.4s;
  color: white;
  text-decoration: none;
  background-color: transparent;
}
#mfLoginWithSSOOptions > h3
{
    font-weight: 300;
    color: #000;
    margin-bottom: 8px;
    margin-top: 10px;
    font-size: 26px;
}
#mfLoginWithSSOOptions > p
{
	color: #000;
    margin-bottom: 65px;
    font-weight: 200;
}
.mfLoginWithSSOBtn
{
    display: block;
    margin: 21px 0px 0;
    background: #f2f2f2;
    padding: 10px;
    color: #444;
    font-weight: 300;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
}
.mfLoginWithSSOBtn:hover
{
	color: #444;
}

 /* ! New login box */
 
 .mfProfileIconLarge {
    height: 20px;
    width: 20px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #ccc
}
#loginform input:autofill
{
	 background: transparent !important;
	 color: #000 !important;
	 border-color: #aaa !important;
}

.mfGradientBtnBg
{
	
	background-image: linear-gradient(to left,#11b9ec,#7c64e6,#11b9ec) !important;
	background-size: 200% !important;
	transition: 0.4s;
}

.mfGradientBtnBg:hover
{
	background-position: right !important;
	color: #fff !important;
}