@import url("normalize.css");


	
.link-ResetPassword{
	color:#ffffff!important; 
	font-weight: normal!important;
	}
	
.link-ResetPassword:hover{
	color:#ebbe2a;
	}

.errormsg{
	color:#ffea00;
	}

/* ----------------------------------  */


body {
	font:normal 14px "Arial", Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#000000;
	background:#ffffff;
	overflow-x:hidden;
	height:100%;
}
html, body, .container-fluid {
	width:100%;
}
html {
	overflow-y: auto !important;
}
div, object, embed, a, input {
	outline:none;
}

.img-responsive {
	height:auto;
	width:100%;
	display:inline-block
}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.container-fluid {
	width: 100%;
	position:relative;
	height:100%;
	min-height:100%;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}


.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
hr {
	margin:15px 0;
}

.clearfloat {
	clear:both;
}

.sep {
	color:#d3edf4;
	background-color:#d3edf4;
	height:1px;
	border:none;
}



h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font:normal 17px Georgia, "Times New Roman", Times, serif;/* Amend this font size */ 
	color:#fff; /* Amend this font color*/ 
	letter-spacing:2.5px;
	text-transform:uppercase;
	padding:20px 0;
	border-top:1px solid #396896;
	border-bottom:1px solid #396896;
	text-align:center;
}

	
h1.reset-pass{
	letter-spacing:3px;	
	}

h2 {
	font:normal 16px  "Arial" , Helvetica, sans-serif;
	letter-spacing:0.5px;
	padding:0 0 20px 0;
}

.w600 h2{
	font-size:15px;
	letter-spacing:1px;
	}


/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}



a{
	text-decoration:none;
	}

/*Animation*/

.ani-all-linear{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.ani-bg-linear{
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
	-moz-transition:background 0.5s linear;
	-ms-transition:background 0.5s linear;	
	}
	


/*Structure*/

/* Main	Structure*/
.bgCover.bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg{
	background:url(../images/login-background.jpg) left top no-repeat;
	}

	
.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	background:rgba(5, 13, 55, 0);
	display:block;
	margin-bottom:100px;
	}
	
.w768 .header{
	margin-bottom:70px;	
	}
	
.w600 .header{
	margin-bottom:20px;	
	}
	
.logo-wrapper{
	padding:75px 0 30px 55px;
	display:block;
	width:100%;
	}
	
.w600 .logo-wrapper{
	padding:20px 0;	
	}

.logo{
	width:256px;
	display:block;
	}
	
.w600 .logo{
	max-width:256px;
	width:80%;
	margin:0 auto;
	}

.logo img{
	display:block;
	width:100%;
	}
	
/* Login Box */
.login-box-wrapper{
	max-width:1068px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:0 14px;
	color:#ffffff;
	}
	
.w600 .login-box-wrapper{
	padding:0 5%;
	}

.login-box{
	width:100%;
	max-width:464px;
	padding:30px 23px;
	background:rgba(8, 66, 124, 1);
	min-height:350px;
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	}	

.w600 .login-box{
	margin:0 auto;
	width:100%;
	padding:30px;
	}

.form-holder{
	width:100%;
	display: block;
	}

	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	max-width:310px;
	}



.form .form-row{
	width:100%;
	display:block;
	margin:0 0 15px 0;
	}


.form label{
	display:inline-block;
	width:30%;
	font-size:16px;
	padding:0 0 5px 0;
	color:#fff;
	vertical-align:middle;
	}
	
.login-btn{
	display:block;
	margin:0;
	padding:0 0 17px 31.5%;
	}
	

.forgot-password{
	display:block;
	margin:0;
	font-size:14px;
	padding:0 0 0 31.5%;
	}
	
.w600 .forgot-password{
	padding:0;
	}

	
.text-input{
	width:68%;
	color:#212427;
	border:1px solid #6a6a68;
	background:#f2f2f2;
	padding:10px;
	display:inline-block;
	vertical-align:middle;
	}

.w600 .text-input{
	max-width:300px;
	margin:0;
	}

	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #ededed;
  
}
	
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	color:#fff;
}
	
.btn-send{
	padding:10px 30px;
	background:#0e76bc;
	color:#fff;
	border:0;
	text-transform:capitalize;
	font-size:18px;
	}
	
.btn-send:hover{
	color:#002a54;
	background:#ffffff;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
	background:rgba(255, 255, 255, 1);
	}

.footer-c{
	width:100%;
	max-width:1068px;
	margin:0 auto;
	padding:20px 14px;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	color:#151515;
	}

.copyright{
	width:48%;
	display:inline-block;
	text-align:left;
	vertical-align:text-top;
	padding:17px 0 0 0;
	}
	
.copyright a{
	color:#3584c1;
	}
	
.copyright a:hover{
	color:#666;
	}
	
.disclaimer{
	width:51%;
	display:inline-block;
	vertical-align:text-top;
	text-align:right;
	}
	
.disclaimer span{
	padding:0 0 0 20px;
	}
.w768 .disclaimer span,	
.w600 .disclaimer span{
	padding:0 10px;
	}
	
.disclaimer img{
	margin-left:8px;
	vertical-align:middle;
	}

.w768 .copyright,
.w768 .disclaimer,	
.w600 .copyright,
.w600 .disclaimer{
	width:100%;
	display:block;
	padding:15px 5% 0 5%;
	text-align:center;
	}

	
/*Session Expired*/
.link-login{
	color:#ebbe2a;
	font-weight: normal!important;
	}
	
.link-login:hover{
	text-decoration:underline;
	}

/* fix error messages */
.errorMessage {
	display:none;
}
.errorMsg {
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
 }
 
.errormsg,
.errorMsg {
  padding: 0 0 15px 31.5% !important;
  margin: 0 !important;
  font-size: 12px;
  font-weight: bold;
	color:#ffea00;
  width:100%!important;
 }

 
.statusmsg {
  width:100%!important;
  padding: 0 0 15px 31.5% !important;
  margin: 0 !important;
  font-size: 12px;
  font-weight: bold;
  color:#ffea00;
 }

.statusmsg a{
  color:#ffffff;
    font-weight:normal!important;
    font-size: 14px;
    margin-left: 5px;
}

.statusmsg a:hover{
    color:#ebbe2a;
    text-decoration: none;   
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%; 
    margin:0 auto;
	padding:0 0 20px 0;
	display:block;
    color:#ffffff;
    font:normal 16px "Arial" , Helvetica, sans-serif;
	}

.reset-warning ul{
    
	padding:0;
	margin:5px 0 0 25px;
    text-align: left;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
	font-size:14px;
}