@import url("normalize.css");
/* Please only amend on this section  */

@font-face {
    font-family: 'NewBaskervilleStdRoman';
    src: url('../fonts/NewBaskervilleStdRoman.eot');
    src: url('../fonts/NewBaskervilleStdRoman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewBaskervilleStdRoman.woff2') format('woff2'),
         url('../fonts/NewBaskervilleStdRoman.woff') format('woff'),
         url('../fonts/NewBaskervilleStdRoman.ttf') format('truetype'),
         url('../fonts/NewBaskervilleStdRoman.svg#NewBaskervilleStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NewBaskervilleStdBold';
    src: url('../fonts/NewBaskervilleStdBold.eot');
    src: url('../fonts/NewBaskervilleStdBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewBaskervilleStdBold.woff2') format('woff2'),
         url('../fonts/NewBaskervilleStdBold.woff') format('woff'),
         url('../fonts/NewBaskervilleStdBold.ttf') format('truetype'),
         url('../fonts/NewBaskervilleStdBold.svg#NewBaskervilleStdBold') format('svg');
  font-weight: normal;
  font-style: normal;
}



.link-ResetPassword{
	color:#272e63!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 20px "NewBaskervilleStdBold", Times, Times New Roman, serif;
	}
	
.link-ResetPassword:hover{
	color:#000000!important;
	text-decoration:none;
	}
	
.links-email{
    font-family: "NewBaskervilleStdBold", Times, Times New Roman, serif;
	color:#272e63!important;
	font-weight:normal!important;
	}
	
.links-email:hover{
	color:#000000!important;
	text-decoration:none;
	}


.errormsg{
	color:#ff0c00;
	}


/* ----------------------------------  */


/* ----------------------------------  */


body {
	font:normal 16px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	line-height: 24px;
	color:#212121;
	background:#ffffff;
	height:100%;
}
html, body, .container-fluid {
	width:100%;
}
html {
}
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 60px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	line-height:60px;
	color:#000000;
	width:100%;
    padding-bottom: 20px;
	}
.w600 h1{
	font-size:40px;
	line-height:40px
	}


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*/

.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.banner{
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:top center!important;
	background-repeat:no-repeat!important;
	width:100%;
	height:350px;
	background-image:url(../images/login-background.jpg);
	position:relative;
	}


.w600 .banner{
	height:240px;
    padding:0 20px;
	}



.header{
	width:100%;
	background:#ffffff;
	display:block;
    position: relative;
    box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    border-top:5px solid #272e63;
	}

.header-container{
	width:100%;
    max-width:1320px;
	margin:0 auto;
	padding:16px 20px;
	}



.logo{
	width:142px;
	display:block;
	}

.logo img{
	display:block;
	width:100%;
	}



/* Login Box */


.login-box{
	margin:0 auto;
	width:100%;
    max-width:1320px;
    padding:35px 20px 40px 20px;
	display:block;
	}


.login-box h2 {
	font:normal 20px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	padding:0 5% 30px 0;
}

.w600 .login-box h2{
    padding:0 0 30px 0;
}

/*temporary lockout*/
.login-box h2 p{
    padding:0;
    margin:0;
}
/*session expired*/
.login-box h2 div{
	display:inline;
}

.login-box-L {
    width:100%;
	display:block;
    position:relative;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.form-holder{
    width:100%;
    max-width:560px;
    margin:0;
    
}

.form-holder-row{
	padding:25px 0 0 0;
    background:#ffffff;
	}


	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
	}


.form label{
	display:inline-block;
	vertical-align:middle;
	width:28%;
	color:#494949;
	text-transform:uppercase;
	font:normal 16px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	letter-spacing:0.05em;
	}
	

	
.form .form-row{
    width: calc(100%/2 - 20px);
    width: -webkit-calc(100%/2 - 20px);
    width: -moz-calc(100%/2 - 20px);
	display:inline-block;
    margin:0 20px 0 0;
	}


.w600 .form .form-row{
    width:100%;
    margin:0 0 15px 0;
}


.w600 .form{
	width:100%;
	max-width:none;
	padding:0;
	}


.login-btn {
    width: 100%;
    display: block;
    position: relative;
    padding:20px 0 0 0;
}


.forgot-password{
	width:100%;
    max-width:456px;
    margin:0;
	display:block;
	font:normal 18px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
    line-height: 24px;
	color:#5c5c5c;
	padding:0;
	}

.text-input{
	width:100%;
	color:#333333!important;
	border:2px solid #d9d9d9;
	background:#ffffff;
	padding:13px 15px;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	}
	
.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:100%;
    max-width:132px;
	color:#272e63!important;
	border:2px solid #272e63;
	position:relative;
	display:block;
	background:none;
	font:normal 18px "NewBaskervilleStdBold", Times, Times New Roman, serif;
	padding:11px 0;
    text-transform: uppercase;
	-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);
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
    margin:0;
	}
	
.btn-send:hover{
	background:#272e63;
    color:#ffffff!important;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;
   
	}
	
.footer-bg{
    width:100%;
    background:none;
     border-top:1px solid #d6d6d6;
	}
	
.footer-c{
	width:100%;
    max-width:1320px;
     margin:0 auto;
	padding:25px 20px;
	font:normal 14px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	color:#5c5c5c;
	}
	
.copyright{
	display:inline-block;
	vertical-align:text-top;
    padding-right:20px;
	}

.copyright a,	
.poweredby a{
	color:#5c5c5c!important;
	font-weight:normal!important;
	}
.copyright a:hover,	
.poweredby a:hover{
	text-decoration:underline;
	}
	
.poweredby{
	display:inline-block;
	vertical-align:text-top;
	}


.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{
    font-family: "NewBaskervilleStdBold", Times, Times New Roman, serif;
	color:#272e63!important;
  font-weight:normal!important;
	}
	
.link-login:hover{
	color:#000000!important;
	text-decoration:none;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

.errormsg-holder{
	 width:100%;
	 padding:0 0 0 21%;
	 }
	 
.w600 .errormsg-holder{
	padding:0;
	}

.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color:#272e63;
    font-weight:normal!important;
	text-decoration: none;
    font:normal 18px "NewBaskervilleStdBold", Times, Times New Roman, serif;
    margin-left: 5px;
}

.statusmsg a:hover{
	color:#000000!important;
	text-decoration:none;
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%; 
    margin:0 auto;
	padding:0 0 20px 5px;
	display:block;
    font:normal 20px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	}


.w600 .reset-warning{
	padding:0 0 20px 0;
}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 25px;
    text-align: left;
    font:normal 16px "NewBaskervilleStdRoman", Times, Times New Roman, serif;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
	font-size:16px;
}

#recaptcha-container .g-recaptcha {
    margin-top: 10px;
    /*margin-left: calc(50% - 152px);*/
}

.recaptcha-holder{
    font-size:14px;
    padding-top:30px;
}

