@import url("normalize.css");
@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;
}

@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;
}




.link-ResetPassword{
	color:#ffffff!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 20px "NewBaskervilleStdBold", Times , Times New Roman, serif;
     text-decoration: underline;
    letter-spacing: 0.025em;
	}
	
.link-ResetPassword:hover{
	color:#d3b9bc!important;
    text-decoration: none;
	}
	
.links-email{
    font-family: "NewBaskervilleStdBold", Times , Times New Roman, serif;
	color:#ffffff!important;
	font-weight:normal!important;
     text-decoration: underline;
	}
	
.links-email:hover{
	color:#d3b9bc!important;
   text-decoration: none;
	}
	


.errormsg{
	color:#ffff00;
	}


/* ----------------------------------  */


body {
	font:normal 14px "NewBaskervilleStdRoman", Times , Times New Roman, serif;
	line-height: 1.42857143;
	color:#ffffff;
	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 45px "NewBaskervilleStdBold", Times , Times New Roman, serif;
	line-height:45px;
	color:#ffffff; 
	text-align:center;
	letter-spacing:0.075em;
    text-transform: uppercase;
	} 
.w768 h1{
	font-size:55px;
	line-height:55px;
	}
.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*/
.bgCover.bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
.bg{
	background:url(../images/login-background.jpg) right 20% center no-repeat;
	}


.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	display:block;
	margin-bottom:155px;
	background: #ffffff;
	}


.w600 .header{
	margin-bottom:30px;	
	}

.header-container{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:34px 20px 28px 20px;
	}

.logo{
    width:100%;
	max-width:308px;
	display:block;
    margin:0 auto;
	}

.logo img{
	width:100%;
	display:block;
	}


/* Login Box */


.login-box{
	width:100%;
	max-width:624px;
	margin:0 auto;
	background:none;
	}

.w1024 .login-box{
	margin:0 auto;
	width:100%;
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	padding:30px 20px;
	}	

.w600 .login-box{
	width:90%;
	padding:25px 0;
	}
	

.login-box h2 {
	font:normal 20px "NewBaskervilleStdRoman", Times , Times New Roman, serif;
	padding:0 0 20px 0;
	color:#ffffff;
}


/*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;
	text-align:center;
    padding:42px 20px 10px 20px;
    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;
    justify-content:center;
	}
	
.w600 .form-holder{
     padding:25px 0 10px 0;
}
	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
	}

.form label{
	display:block;
	width:100%;
	font:normal 14px "NewBaskervilleStdRoman", Times , Times New Roman, serif;
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	width: calc(50% - 16px);
	width: -webkit-calc(50% - 16px);
	width: -moz-calc(50% - 16px);
	display:inline-block;
	margin:0 8px 6px 8px;
	}
	
.w600 .form .form-row{
	width:100%;
	display:block;
	margin:0 auto 15px auto;
	}
	
.login-btn {
    display:block;
    width: 100%;
	padding:27px 0 20px 0;
	
}
	
.w600 .login-btn{
	padding:15px 0;
	width:100%;	
	}


.forgot-password{
    width:100%;
    max-width:440px;
	display:block;
	margin:0 auto;
	font:normal 18px "NewBaskervilleStdRoman", Times , Times New Roman, serif;
	line-height:24px;
	color:#ffffff;
   letter-spacing: 0.025em;
	text-align: center;
	}

.w600 .forgot-password{
    padding:20px;
}

.text-input{
	width:100%;
	color:#5d6065!important;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:15px 20px;
	display:inline-block;
	vertical-align:middle;
	font:normal 16px "Arial", Helvetica, sans-serif; 
	}
	
.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:122px;
	color:#ffffff!important;
	margin:0 auto;
	border:2px solid #ffffff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	position:relative;
	display:block;
	background:transparent;
	font:normal 18px "NewBaskervilleStdBold", Times , Times New Roman, serif;
	letter-spacing:0.05em;
	padding:13px 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);
	}
	
.btn-send:hover{
	background:#ffffff;
    color:#000000!important;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;
	}

	
.footer-bg{
	width:100%;
	position:relative;
	}


.footer-c{
	width:100%;
	margin:0 auto;
	padding:25px 20px;
	font:normal 14px "Arial", Helvetica, sans-serif; 
    color:#ffffff;
	text-align:center;
	}
.w600 .footer-c{
	padding:20px 25px;
	}

.copyright{
	display:inline-block;
	text-align:left;
	vertical-align:text-top;
    padding-right:15px;
	}

	
.poweredby a{
	color:#ffffff!important;
	font-weight:normal!important;
    text-decoration:underline;
	}
	
.poweredby a:hover{
	text-decoration:none;
	}
	
.poweredby{
	display:inline-block;
	vertical-align:text-top;
	text-align:right;
    padding-left:15px;
	}


.w600 .copyright{
	width:100%;
	display:block;
	padding-bottom:5px;
	padding-right:0;
	text-align:center;
	}

.w600 .poweredby{
	width:100%;
	display:block;
	text-align:center;
    padding-left:0;
	}

/*Session Expired*/
.link-login{
	color:#ffffff!important;
  font-weight:normal!important;
    text-decoration: underline;
    font-family: "NewBaskervilleStdBold", Times , Times New Roman, serif;;
	}
	
.link-login:hover{
	color:#d3b9bc!important;
    text-decoration: none;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 16px;
  font-weight:normal!important;
	color:#ffff00;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 16px;
  font-weight:normal!important;
	color:#ffff00;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color:#ffffff;
    font:normal 18px "NewBaskervilleStdBold", Times , Times New Roman, serif;
    margin-left: 5px;
    text-decoration: underline; 
}

.statusmsg a:hover{
   color:#d3b9bc!important;
    text-decoration: none;
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%; 
    margin:0 auto;
	padding:0 0 20px 7px;
	display:block;
    color:#ffffff;
    font:normal 20px "NewBaskervilleStdRoman", Times , Times New Roman, serif;
    text-align: left;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 25px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font:normal 16px "NewBaskervilleStdRoman", Times , Times New Roman, serif;
}