@import url("normalize.css");


@font-face {
    font-family: 'HouschkaBold';
    src: url('../fonts/HouschkaBold.eot?');
    src: url('../fonts/HouschkaBold.eot#iefix') format('embedded-opentype'),
         url('../fonts/HouschkaBold.woff2') format('woff2'),
         url('../fonts/HouschkaBold.woff') format('woff'),
         url('../fonts/HouschkaBold.ttf') format('truetype'),
         url('../fonts/HouschkaBold.svg#HouschkaBold') format('svg');
}

@font-face {
    font-family: 'CaeciliaLTStd55Roman';
    src: url('../fonts/CaeciliaLTStd55Roman.eot?');
    src: url('../fonts/CaeciliaLTStd55Roman.eot#iefix') format('embedded-opentype'),
         url('../fonts/CaeciliaLTStd55Roman.woff2') format('woff2'),
         url('../fonts/CaeciliaLTStd55Roman.woff') format('woff'),
         url('../fonts/CaeciliaLTStd55Roman.ttf') format('truetype'),
         url('../fonts/CaeciliaLTStd55Roman.svg#CaeciliaLTStd55Roman') format('svg');
}

@font-face {
    font-family: 'CaeciliaLTStd75Bold';
    src: url('../fonts/CaeciliaLTStd75Bold.eot?');
    src: url('../fonts/CaeciliaLTStd75Bold.eot#iefix') format('embedded-opentype'),
         url('../fonts/CaeciliaLTStd75Bold.woff2') format('woff2'),
         url('../fonts/CaeciliaLTStd75Bold.woff') format('woff'),
         url('../fonts/CaeciliaLTStd75Bold.ttf') format('truetype'),
         url('../fonts/CaeciliaLTStd75Bold.svg#CaeciliaLTStd75Bold') format('svg');
}

@font-face {
    font-family: 'CaeciliaLTStd45Light';
    src: url('../fonts/CaeciliaLTStd45Light.eot?');
    src: url('../fonts/CaeciliaLTStd45Light.eot#iefix') format('embedded-opentype'),
         url('../fonts/CaeciliaLTStd45Light.woff2') format('woff2'),
         url('../fonts/CaeciliaLTStd45Light.woff') format('woff'),
         url('../fonts/CaeciliaLTStd45Light.ttf') format('truetype'),
         url('../fonts/CaeciliaLTStd45Light.svg#CaeciliaLTStd45Light') format('svg');
}



.link-ResetPassword{
	color:#003f5f !important; /* Amend this font color*/
	display:block;
	margin:0 0 5px 0;
	font-size:16px;
    font-weight: normal!important;
	}
	
.link-ResetPassword:hover{
	color:#6a1210 !important;
    text-decoration: none!important;
	}
	
.links-email{
	color:#003f5f !important;
    font-weight: normal!important;
	}
	
.links-email:hover{
	color:#6a1210 !important;
    text-decoration: none!important;
	}
	
.login-box,
.forgot-box{
	background:rgba(244, 234, 215, 0.9); /* Can amend this background color for login box */

	}


/* ----------------------------------  */


body {
	font:normal 13px "CaeciliaLTStd55Roman", Times New Roman, Times, serif;
	line-height: 1.42857143;
	color:#3c2716;
	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 70px "HouschkaBold", Times New Roman, Times, serif;
	line-height:70px;
	color:#f4ead7;
	text-transform:uppercase;
	letter-spacing:0.2px;
	padding:160px 0 140px 0;
	width:100%;
	text-align:center;
}
.w1024 h1,
.w768 h1{

	font-size:7vw;
	line-height:7vw;
	}
	
.w768 h1{
	padding:160px 0 150px 0;
	}
	
.w600 h1{
	font-size:7.5vw;
	line-height:7.5vw;
	padding:110px 5px;
	}

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: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
	
.bg{
	background:url(../images/login-background.jpg) center top 139px no-repeat;
	}
	
.w768 .bg{
	background:url(../images/login-background.jpg) center top 120px no-repeat;
	}
	
.w600 .bg{
	background:url(../images/login-background.jpg) center top 70px no-repeat;
	-webkit-background-size:auto 300px;
	-moz-background-size:auto 300px;
	-o-background-size:auto 300px;
	background-size:auto 300px;
	}
	
.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w600 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	background:#3c2716;
	display:block;
	webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	}


.header-container{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	position:relative;
	padding:40px 20px 20px 20px;
	
	}
	
.w768 .header-container{
	padding:22px 40px;	
	}
	
.w600 .header-container{
	padding:22px 20px;	
	}

.logo{
	width:271px;
	display:block;
	}
.logo img{
	display:block;
	}
	
.w600 .logo{
	width:150px;
	}

/* Login Box */


.login-box,
.forgot-box{
	width:100%;
	max-width:735px;
	margin:0 auto;
	padding:70px 85px 35px 85px;
	min-height:280px;
	}

	
.w768 .login-box,
.w768 .forgot-box{
	margin:0 auto;
	width:90%;
	padding:60px 60px 35px 60px;
	}	

.w600 .login-box,
.w600 .forgot-box{
	margin:0 5%;
	width:90%;
	padding:60px 25px 30px 25px;
	}
	
.login-box h2 {
	font:normal 16px "CaeciliaLTStd55Roman", Times New Roman, Times, serif;
	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-box-L {
    color: #ffffff;
    width: 400px;
	display:inline-block;
}


.w768 .login-box-L {
	width:70%;
	}


.w600 .login-box-L {
	width:100%;
	}

	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
	}

.form label{
	display:inline-block;
	font-size:16px;
	padding:0 10px 0 0;
	vertical-align:middle;
	color:#3c2716;
	width:120px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.w768 .form label,	
.w600 .form label{
	width:100%;
	padding:0 0 5px 0;
	}
	
.form .form-row{
	width:100%;
	display:block;
	margin:0 0 15px 0;
	}

.w600 .form .form-row{
	width:100%;
	display:block;
	margin:0 0 10px 0;
	}
	
.login-btn {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 25%;
}

.w768 .login-btn{
	width:28%;
	padding:28px 0 0 10px;
	}
	
.w600 .login-btn{
	padding:0 0 15px 0;
	width:100%;	
	}
	
.login-row{
	padding:0 0 0 125px;
	}

.w768 .login-row,
.w600 .login-row{
	padding:0;
	}

.forgot-password{
	display:block;
	margin:0;
	width:80%;
	color:#3c2716;
	}
	
.w600 .forgot-password{
	padding:0;
	width:100%;
	}

	
.text-input{
	width:100%;
	max-width:260px;
	border:1px solid #bebebe;
	background:#ffffff;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	padding:12px 9px;
	color:#3c2716;
	}
.w768 .text-input,	
.w600 .text-input{
	margin:0;
	max-width:300px;
	}
.w600 .hidew600 {
	display:none;
}
#recaptcha-container {
	margin-left:4px;
}
.w768 #recaptcha-container,
.w600 #recaptcha-container {
	margin-left:0;
}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #f6f6f6;
  
}
	
.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:12px 40px;
	background:#003f5f;
	color:#f4ead7;
	font-size:16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.w600 .btn-send{
	padding:10px 30px;
	}
	
.btn-send:hover{
	background:#3c2716;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
	background:#3c2716;
	}

.footer-c{
	width:100%;
	max-width:646px;
	margin:0 auto;
	padding:20px;
	color:#ffffff;
	}
	

.w600 .footer-c{
	padding:20px 0;
	}

.copyright{
	width:60%;
	display:inline-block;
	text-align:left;
	vertical-align:text-top;
	}

	
.poweredby a{
	color:#ffffff;
    font-weight: normal!important;
	}
	
.poweredby a:hover{
	text-decoration:underline;
	}
	
.poweredby{
	width:39%;
	display:inline-block;
	vertical-align:text-top;
	text-align:right;
	}

	
.poweredby img{
	margin-left:8px;
	vertical-align:middle;
	}

.w768 .copyright,	
.w600 .copyright{
	width:100%;
	display:block;
	padding:0 5% 10px 5%;
	text-align:left;
	}
	
.w768 .poweredby,
.w600 .poweredby{
	width:100%;
	display:block;
	padding:0 5% 0 5%;	
	text-align:left;
	}


	
/*Session Expired*/
.link-login{
	color:#002d56 !important;
    font-weight: normal!important;
	}
	
.link-login:hover{
	color:#6a1210 !important;
	text-decoration:underline;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 13px;
  letter-spacing:0.5px;
	color:#ff0000;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 13px;
  letter-spacing:0.5px;
	color:#ff0000;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color:#003f5f;
    font-weight: normal!important;
    font-size: 13px;
    margin-left: 5px;
    text-decoration: none; 
}

.statusmsg a:hover{
    color:#6a1210;
    text-decoration: none!important;
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
	padding:0 0 20px 130px;
	display:block;
    font: normal 16px "CaeciliaLTStd55Roman", Times New Roman, Times, serif
	}
.w768 .reset-warning,
.w600 .reset-warning{
    padding-left:0;
}


.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font-size:13px;
}