@import url("normalize.css");
/* Please only amend on this section  */

.link-ResetPassword{
	color:#2c5571; /* Amend this font color*/
	}
	
.link-ResetPassword:hover{
	color:#7f7f7f;
	}

.errormsg{
	color:#e40b0b;
	}


/* ----------------------------------  */


body {
	font:normal 14px  "Arial", Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#444444;
	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 {
    width:100%;
    display:block;
	position:relative;
    text-align:center;
    background:rgba(25,36,61,0.9);
	font:bold 20px  "Times New Roman", Times, serif; /* Amend this font size */ 
	color:#dfcf93; /* Amend this font color*/
	text-transform:uppercase;
    letter-spacing:0.5px;
	padding:10px 0;
	} 
	
h1 span{
	font:bold 30px  "Times New Roman", Times, serif; 
	}


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:#131e33;
	display:block;
	margin-bottom:18px;
	padding:10px 0;
	}


.header-container{
	width: 100%;
    display: block;
    padding: 29px 0 9px 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #303a51;
    border-top: 1px solid #303a51;
	}


.logo{
	width:218px;
	display:block;
    margin:0 auto;
	}

.logo img{
	display:block;
	}
.w600 .logo{
	width:170px;
	display:block;
	}	

/* Login Box */


.login-box{
	width:100%;
	max-width:970px;
	margin:0 auto;
	border:4px solid #ffffff;
	position:relative;
	padding:155px 4px 4px 4px;
    background:url(../images/login-background2.jpg) top center no-repeat;
    background-size:auto 250px;
	}


.w1024 .login-box,
.w768 .login-box,	
.w600 .login-box{
	margin:0 2%;
	width:96%;
    background-size:auto 250px;
	}



.login-box h2 {
	font:normal 16px  "Arial" , Helvetica, sans-serif;
    line-height: 20px;
	letter-spacing:0.5px;
	padding:0 0 20px 0;
}

/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}
	

	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
    background:#ffffff;
    padding: 50px 0;
	}


.form-holder{
	width:100%;
	margin:0 auto;
    max-width:270px;
	}

	
.form .form-row{
	width:100%;
	display:block;
	margin:0 0 15px 0;
	}

.login-btn {
    display:block;
    width: 100%;
	padding:10px 0;
	
}
	
.w600 .login-btn{
	padding:0 0 15px 0;
	width:100%;	
	}


.forgot-password{
	display:block;
	margin:0;
	font-size:14px;
	}

.w600 .forgot-password br{
	display:none;
}

	
.text-input{
	width:100%;
	color:#212427;
	border:1px solid #bebebe;
	background:#ffffff;
	padding:10px;
	display:inline-block;
	vertical-align:middle;
	}
	
.w600 .text-input{
	width:100%;
	margin:0;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #f5f5f5;
  
}
	

.btn-send{
	padding:10px 50px;
	background:#7f7f7f;
	color:#fff;
	border:0;
	font-size:18px;
	}
	
.btn-send:hover{
	background:#131e33 ;
	color:#ffffff;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;
    padding-top:0!important;
	}
	
.footer-bg{
	width:100%;
	max-width:1200px;
	border-top:1px solid #465367;
	margin:0 auto;
	}

.footer-c{
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:15px 0;
	font-size:13px;
	color:rgba(255,255,255,0.4);
	text-align:center;
	border-bottom:1px solid #465367;
	}



	
/*Session Expired*/
.link-login{
	color:#155686!important;
  font-weight:normal!important;
	text-decoration: none;
	}
	
.link-login:hover{
	color:#444444!important;
	text-decoration: underline;
	}



/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#e40b0b;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#e40b0b;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color: #155686;
    font-weight: normal!important;
    margin-left: 5px;
    text-decoration: none;   
}

.statusmsg a:hover{
   color:#444444!important;
	text-decoration: underline; 
}

 /*Reset Password warning*/
.reset-warning{
	width:100%;
	padding:0 0 20px 0;
	display:block;
	font:normal 14px "Arial", Helvetica, sans-serif!important;
	line-height:14px;
	color:#444444;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	text-align:left;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
}

.recaptcha-footnote {
	text-align: center;
}
