@import url("normalize.css");



@font-face {
    font-family: 'KarlaRegular';
    src: url('../fonts/KarlaRegular.eot');
    src: url('../fonts/KarlaRegular.eot#iefix') format('embedded-opentype'),
         url('../fonts/KarlaRegular.woff2') format('woff2'),
         url('../fonts/KarlaRegular.woff') format('woff'),
         url('../fonts/KarlaRegular.ttf') format('truetype'),
         url('../fonts/KarlaRegular.svg#KarlaRegular') format('svg');
}



.link-ResetPassword{
	color:#a2923c !important; /* Amend this font color*/
	display:block;
	margin:0 0 5px 0;
    font-weight: normal!important;
	}
	
.link-ResetPassword:hover{
	color:#ffffff !important;
	}
	
.links-email{
	color:#a2923c !important;
    font-weight: normal!important;
	}
	
.links-email:hover{
	color:#ffffff !important;
	}


.errormsg{
	color:#ff0000;
	}


/* ----------------------------------  */


body {
	font:normal 14px "Arial", Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#000000;
	background:#ffffff;
	overflow-x:hidden;
	height:100%;
}
html, body, .container-fluid {
	width:100%;
}
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 "KarlaRegular", Arial, Helvetica, sans-serif; /* Amend this font size */ 
	color:#a2923c; /* Amend this font color*/ 
	line-height:42px;
	letter-spacing:0.2px;
	padding:0 0 20px 0;
}

h1 span{
	display:block;
	}

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:rgba(255, 255, 255, 1);
	display:block;
	margin-bottom:120px;
	}
	
.w768 .header{
	margin-bottom:70px;	
	}
	
.w600 .header{
	margin-bottom:35px;	
	}

.header-container{
	max-width:500px;
	width:100%;
	margin:0 auto;
	position:relative;
	padding:30px 20px;
	}

.logo{
	width:346px;
	display:block;
	}
	
.w600 .logo{
	width:200px;
	margin:0 auto;
	}
	
.logo img{
	display:block;
	}

/* Login Box */


.login-box{
	width:100%;
	max-width:460px;
	margin:0 auto;
	padding:50px;
	position: relative;
    background:rgba(39, 45, 53, 0.9);
    min-height:340px;
	}

.login-box:after,
.login-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.login-box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color:rgba(39, 45, 53, 0.9);
	border-width: 60px;
	margin-left: -60px;
}


.w1024 .login-box{
	margin:0 auto;
	width:100%;
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	}	

.w600 .login-box{
	margin:0 5%;
	width:90%;
	padding:25px;
	}
	

.w600 .login-box:after {
	border-width: 40px;
	margin-left: -40px;
}
	

.login-box h2 {
	font:normal 18px "KarlaRegular", Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	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;
}

.login-box-L {
    color: #ffffff;
    width: 67%;
	display:inline-block;
	padding:0 15px 0 0;
}


.w768 .login-box-L {
	width:60%;
	}


.w600 .login-box-L {
	width:100%;
	padding:0;
	}

	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
	}

.form label{
	display:inline-block;
	width:30%;
	font-size:16px;
	padding:0 0 5px 0;
	color:#fff;
	vertical-align:middle;
	}
	
.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: 30%;
}
	
.w600 .login-btn{
	padding:0 0 15px 0;
	width:100%;	
	}


.forgot-password{
	display:block;
	margin:0;
	font-size:12px;
	width:90%;
	color:#ffffff;
	}
	
.w600 .forgot-password{
	padding:0;
	width:100%;
	}

	
.text-input{
	width:100%;
	color:#212427 !important;
	border:1px solid #bebebe;
	background:#ffffff;
	padding:8px 10px;
	display:inline-block;
	vertical-align:middle;
	}
	
.w600 .text-input{
	max-width:300px;
	margin:0;
	}
	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #ededed;
  
}
	
.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:28px 30px;
	background:#272d35;
	border:2px solid #a2923c;
	color:#fff;
	text-transform:uppercase;
	font:normal 18px "KarlaRegular", Arial, Helvetica, sans-serif;
	letter-spacing:1.5px;
	}
	
.btn-send2{
	padding:4px 30px;
	}
	
.btn-send:hover{
	background:#a2923c;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
	background:rgba(30, 78, 133, 0);
	}

.footer-c{
	width:100%;
	max-width:460px;
	margin:0 auto;
	padding:20px 0;
	font-size:12px;
	color:#ffffff;
	}
	

.w600 .footer-c{
	padding:20px 5%;
	}

.copyright{
	width:59%;
	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:40%;
	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 0 10px 0;
	text-align:left;
	}
	
.w768 .poweredby,
.w600 .poweredby{
	width:100%;
	display:block;
	padding:0;	
	text-align:left;
	}


	
/*Session Expired*/
.link-login{
	color:#a2923c !important;
    font-weight: normal!important;
	}
	
.link-login:hover{
	color:#ffffff !important;
	text-decoration:underline;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 12px;
  font-weight: bold;
	color:#ff0000;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 12px;
  font-weight: bold;
	color:#ff0000;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color:#a2923c;
    font-weight: bold!important;
    font-size: 15px;
    margin-left: 5px;
    text-decoration: none; 
}

.statusmsg a:hover{
    color:#ffffff;
    text-decoration: none;   
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
	padding:0 0 20px 0;
	display:block;
    color:#ffffff;
    font:normal 18px "KarlaRegular", Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
    font:normal 16px "KarlaRegular", Arial, Helvetica, sans-serif;
}