@import url("normalize.css");

@font-face {
    font-family: 'LusitanaRegular';
    src: url('../fonts/LusitanaRegular.eot');
    src: url('../fonts/LusitanaRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LusitanaRegular.woff2') format('woff2'),
         url('../fonts/LusitanaRegular.woff') format('woff'),
         url('../fonts/LusitanaRegular.ttf') format('truetype'),
         url('../fonts/LusitanaRegular.svg#LusitanaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LusitanaBold';
    src: url('../fonts/LusitanaBold.eot');
    src: url('../fonts/LusitanaBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LusitanaBold.woff2') format('woff2'),
         url('../fonts/LusitanaBold.woff') format('woff'),
         url('../fonts/LusitanaBold.ttf') format('truetype'),
         url('../fonts/LusitanaBold.svg#LusitanaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



	
.link-ResetPassword{
	color:#0094d3 !important; 
	display:block;
	margin:0 0 5px 0;
	font-weight:normal!important;
   font:normal 20px "LusitanaBold", Times, Times New Roman, serif;
	}
	
.link-ResetPassword:hover{
	color:#2b3839 !important;
	text-decoration:none!important;
	}
	
.links-email{
	color:#0094d3 !important;
	font-weight:normal!important;
	}
	
.links-email:hover{
	color:#2b3839 !important;
	text-decoration:none!important;
	}


.errormsg{
	color:#ffea00;
	}


/* ----------------------------------  */


body {
	font:normal 16px "LusitanaRegular", Times, Times New Roman, serif;
	line-height: 1.42857143;
	color:#5a6a77;
	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 40px "LusitanaBold", Times, Times New Roman, serif;
    line-height: 40px;
	color:#0094d3; 
	text-transform:uppercase;
	padding:0 0 35px 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(../images/login-background.jpg) center center 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:85px;
	}
.w600 .header{
    margin-bottom:40px;
}

.header-container{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:35px 20px 25px 20px;
	}

.w600 .header-container{
	padding:20px 20px 15px 20px;
	}

.logo{
	width:231px;
	display:block;
    margin:0 auto;
	}
	
.logo img{
	display:block;
	width:100%;
	}

/* Login Box */

.login-box{
	width:100%;
	margin:0 auto;
	padding:0 20px;
	}




	
.login-box h2 {
	font:normal 20px "LusitanaRegular", Times, Times New Roman, serif;
	padding:0 0 20px 0;
}


/*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{
	width:100%;
	max-width:536px;
	margin:0 auto;
    padding:60px;
    background:rgba(255,255,255,0.9);
     -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    text-align: center;
	}

.w600 .form{
    padding:30px 20px;
}


.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 {
    width:100%;
    max-width:120px;
    display: block;
    margin:0 auto;
    padding:20px 0 20px 0;
}



.forgot-password{
	display:block;
    margin:0 auto;
    width:100%;
	color:#5a6a77;
	font:normal 18px "LusitanaRegular", Times, Times New Roman, serif;
    line-height: 24px;
	}
	
.w600 .forgot-password{
	width:100%;
	}

	
.text-input{
	width:100%;
    max-width:275px;
	color:#6d6e71 !important;
	border:1px solid #bebebe;
	background:#ffffff;
	padding:14px 10px;
	display:inline-block;
	vertical-align:middle;
    -webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	}
	
.w600 .text-input{
	width:100%;
	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:#ffffff;
}
	
.btn-send{
    width:100%;
	padding:16px 0 14px 0;
	background:#3d9be9;
	color:#ffffff;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	letter-spacing:0.05em;;
    text-transform: uppercase;
	font:normal 18px "LusitanaBold", Times, Times New Roman, serif;
    line-height: 18px;
    -webkit-transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
    transition:         all 300ms cubic-bezier(0.5, 1, 0.89, 1);
	}
	
.btn-send:hover{
	background:#2b3839;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
    background: #ffffff;
	}

.footer-c{
	width:100%;
	padding:30px 20px 110px 20px;
	font:normal 14px "LusitanaRegular", Times, Times New Roman, serif;
	color:#5a6a77;
    text-align: center;
	}
	


.copyright{
	display:inline-block;
	vertical-align:text-top;
	}

	
.poweredby a{
	color:#5a6a77;
	font-weight: normal!important;
	}
	
.poweredby a:hover{
    color:#5a6a77;
	text-decoration:underline;
	}
	
.poweredby{
	display:inline-block;
	vertical-align:text-top;
    padding-left:20px;
	}

	
.w600 .copyright{
	width:100%;
	display:block;
	padding:0 0 15px 0;
	}
	

.w600 .poweredby{
	width:100%;
	display:block;
    padding:0;
	}


	
/*Session Expired*/
.link-login{
	color:#0094d3 !important;
	font-weight:normal!important;
    font:normal 20px "LusitanaBold", Times, Times New Roman, serif;
	}
	
.link-login:hover{
	color:#2b3839 !important;
	text-decoration:none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#ff0000;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 15px;
  font-weight:normal!important;
	color:#ff0000;
  padding:0 0 10px 0;
 }


.statusmsg a{
    color:#0094d3 !important;
	font-weight: normal!important;
	 font-size: 16px;
    margin-left: 5px;
    text-decoration: none!important;
}

.statusmsg a:hover{
   color:#2b3839!important;
	text-decoration:none!important;
}

 /*Reset Password warning*/
.reset-warning{
	width:100%;
	margin:0 auto;
	padding:0 0 20px 0;
	display:block;
	font:normal 20px "LusitanaRegular", Times, Times New Roman, serif;
	}


.reset-warning ul{
    width:100%;
    max-width:290px;
	padding:0;
	margin:5px auto;
    text-align: left;
	}

.reset-warning ul li{
    padding:0 0 2px 0;
    list-style: disc;
    font-size:16px;
}

#recaptcha-container .g-recaptcha {
    margin-left: calc(50% - 152px);
}
