
.forgotpwd{ width:100%; text-align:right;}
.forgotpwd {color:#FFF;}
.forgotpwd a{color:#FFF;}

.login-section h2{font-size:20px; color:#FFF;   margin-bottom:25px; text-transform:uppercase;  font-family: 'neue_haas_unicabold';  }
.login-section h3{ font-size:20px; color:#FFF;   margin-bottom:25px; text-transform:uppercase;   }
.login-section p{text-align:center; color:#FFF;  }
.login-section p a{text-align:center; color:#00517b; transition: all 0.5s ease 0s; }
.login-section p a:hover{text-align:center; color:#FFF;  }
 
 
.login-section{ background:url(../images/bg04.png) right  no-repeat; background-size:cover;   width:100%; float:left; padding-top:50px; padding-bottom:100px; position:relative; z-index:1; }
.login-section::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: #243eff;
    background: -webkit-linear-gradient(to right, #EE4B3F, #930910);
    background: -webkit-linear-gradient(left, #EE4B3F, #930910);
    background: linear-gradient(to right, #EE4B3F, #930910);
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	 background: #EE4B3F;
    background: -webkit-linear-gradient(to right, #EE4B3F, #930910);
    background: -webkit-linear-gradient(left, #EE4B3F, #930910);
    background: linear-gradient(to right, #EE4B3F, #930910);
	
	
 background-image:-moz-linear-gradient(45deg, #CD2012 0%, #EE4B3F 100%);
 background-image:-webkit-linear-gradient(45deg, #CD2012 0%, #EE4B3F 100%);
 background-image:-ms-linear-gradient(45deg, #CD2012 0%, #EE4B3F 100%)
	 
	 
}

.login-box2 ul{ list-style:none; margin:0; padding:0; }
.login-box2 ul li{ margin-bottom:15px; border-bottom:1px  dashed #EEEEEE; padding-bottom:6px; font-size:16px; background:url(../images/bullet06.png) left 4px no-repeat; padding-left:25px;color:#fff}




 