@import url("normalize.css");
/* Please only amend on this section  */


	
.link-ResetPassword{
	color:#00578e!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 16px "Arial", Helvetica, sans-serif!important; /* Amend this font size */
	letter-spacing:0.015em; 
	}
	
.link-ResetPassword:hover{
	color:#5d6065!important;
    text-decoration: none!important;
	}
	
.links-email{
	color:#00578e!important;
	font-weight:normal!important;
	}
	
.links-email:hover{
	color:#5d6065!important;
     text-decoration: none!important;
	}


.errormsg{
	color:#ff0c00;
	}


/* ----------------------------------  */


body {
	font:normal 13px "Arial", Helvetica, sans-serif; 
	line-height: 1.42857143;
	color:#5d6065;
	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 38px "Arial", Helvetica, sans-serif;/* Amend this font size */ 
	line-height:40px;
	color:#ffffff; /* Amend this font color*/
	text-align:center;
	letter-spacing:0.02em;
	padding:0 0 30px 0;
	} 


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(/Assets/images/login-background.jpg) left top no-repeat;
	}

.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	display:block;
	padding:110px 0 0 0;
	}
	
.w768 .header{
	padding:70px 0 0 0;
	}
	
.w600 .header{
	padding:30px 0 0 0;
	}


.logo{
    width:100%;
	max-width:287px;
	display:block;
    background:#ffffff;
    margin:0 auto;
    padding-bottom: 40px;
	}



.logo img{
	display:block;
	width:100%;
	}


/* Login Box */


.login-box{
	width:100%;
	max-width:480px;
	margin:0 auto;
	padding:0 20px;
    position: relative;
	}

.w1024 .login-box{
	margin:0 auto;
	width:100%;
	}
	
.w768 .login-box,
.w600 .login-box{
	margin:0 auto;
	width:100%;
	}	

.login-box h2 {
	font:normal 18px "Arial", Helvetica, sans-serif;
    line-height: 24px;
	padding:0 0 20px 0;
	color:#5d6065;
    text-align: center;
}

/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}
	
.form-holder{
	width:100%;
	margin:0 auto;
	}

	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
    min-height:450px;
    background:#ffffff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
    padding:60px 60px 40px 60px;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	}
.w600 .form{
    padding:80px 20px 30px 20px;
}

.form label{
	display:block;
	width:100%;
	font:normal 14px "Arial", Helvetica, sans-serif; 
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	width:100%;
	display:block;
	margin:0 0 12px 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 auto;
	font-size:14px;
	font-weight:normal!important;
	width:80%;
	color:#5d6065;
	text-align:center;
    padding:10px 0 0 0;
    
	}

.w600 .forgot-password{
	padding:0;	
	}	
.text-input{
	width:100%;
	color:#0c1522!important;
	border:1px solid #bebebe;
	background:#ffffff;
	padding:12px 20px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	}
	
.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{
	width:130px;
	color:#ffffff!important;
	border:0px solid #7f7f84;
	 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
border-radius: 20px;
	position:relative;
	display:block;
	background:#00578e;
	font:normal 18px "Arial", Helvetica, sans-serif!important;
	line-height:18px;
    letter-spacing: 0.02em;
	padding:15px 0;
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    margin:0 auto;
	}
	
.btn-send:hover{
	background:#9aafc2!important;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
	background:#eeeeee;
	}

.footer-c{
	width:100%;
	max-width:650px;
	margin:0 auto;
	padding:20px;
	font-size:14px;
	color:#5d6065;
	text-align:center;
	}


.copyright{
	display:inline-block;
	vertical-align:text-top;
	padding:0 20px;
	}

	
.poweredby a{
	color:#5d6065!important;
	font-weight:normal!important;
	}
	
.poweredby a:hover{
	text-decoration:underline;
	}
	
.poweredby{
	display:inline-block;
	vertical-align:text-top;
	padding:0 20px;
	}

	
.w600 .copyright{
	width:100%;
	display:block;
	padding:0 5% 10px 5%;
	text-align:center;
	}

.w600 .poweredby{
	width:100%;
	display:block;
	padding:0 5% 0 5%;	
	text-align:center;
	}


	
/*Session Expired*/
.link-login{
	color:#00578e!important;
  font-weight:normal!important;
	}
	
.link-login:hover{
	color:#5d6065!important;
     text-decoration: none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  width:100%!important;
  padding:0 0 10px 0;
    text-align: center;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  padding:0 0 10px 0;
    text-align: center;
 }


.statusmsg a{
  color:#00578e;
    font-weight: normal!important;
    font-size: 15px;
    margin-left: 5px;
     text-decoration: none!important; 
}

.statusmsg a:hover{
    color:#5d6065;
     text-decoration: none!important;
    
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
	padding:0 0 20px 0;
	display:block;
    font: normal 16px "Arial", Helvetica, sans-serif;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font-size:14px;
}

#recaptcha-container .g-recaptcha {
	margin-left: calc(50% - 152px);
}

.recaptcha-error-message {
	text-align: center;
}

	.recaptcha-error-message span,
	.recaptcha-footnote {
		color: #5d6065;
	}

