@import url("normalize.css");
/* Please only amend on this section  */

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('../fonts/DroidSerifRegular.eot');
    src: url('../fonts/DroidSerifRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerifRegular.woff2') format('woff2'),
         url('../fonts/DroidSerifRegular.woff') format('woff'),
         url('../fonts/DroidSerifRegular.ttf') format('truetype'),
         url('../fonts/DroidSerifRegular.svg#DroidSerifRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'DroidSerifBold';
    src: url('../fonts/DroidSerifBold.eot');
    src: url('../fonts/DroidSerifBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerifBold.woff2') format('woff2'),
         url('../fonts/DroidSerifBold.woff') format('woff'),
         url('../fonts/DroidSerifBold.ttf') format('truetype'),
         url('../fonts/DroidSerifBold.svg#DroidSerifBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.link-ResetPassword{
	color:#4db5db!important;
    text-decoration: underline;
	display:block;
	margin:0 0 8px 0;
	font:normal 16px "DroidSerifRegular", Times, Times New Roman, serif;
    letter-spacing: 0.03em;
	}
	
.link-ResetPassword:hover{
	color:#ffffff!important;
    text-decoration: none;
	}
	
.links-email{
	color:#4db5db!important;
    letter-spacing: 0.03em;
    text-decoration: underline;
    font-weight: normal!important;
	}
	
.links-email:hover{
	color:#ffffff!important;
    text-decoration: none;
	}
	


.errormsg{
	color:#fff200;
	}


/* ----------------------------------  */


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%;
}
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 58px "DroidSerifRegular", Georgia, Times, Times New Roman, serif;  /* Amend this font size */ 
	line-height:58px;
	color:#4db5db; /* Amend this font color*/
	padding:0 0 30px 0;
	} 

h1 span{
    color:#ffffff;
}



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{
    position: relative;
	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%;
	display:block;
	margin-bottom:140px;
    background:#fffff3;
	}
.w1024 .header{
	margin-bottom:100px;	
	}	
.w768 .header{
	margin-bottom:70px;	
	}
	
.w600 .header{
	margin-bottom:35px;	
	}

.header-container{
	width:100%;
    max-width: 1020px;
    margin:0 auto;
 	position:relative;
	padding:32px 20px 20px 20px;
	}
.w768 .header-container,
.w600 .header-container{
	padding:20px;
	}

.logo{
    width:100%;
    max-width:186px;
    display: block;
	}

.w600 .logo{
    max-width:150px;
}

.logo img{
    width:100%;
	display:block;
	}


/* Login Box */


.login-box{
	width:100%;
	max-width:810px;
	margin:0 auto;
	padding:0 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: flex-end;
	}

.w1024 .login-box{
	margin:0 auto;
	width:100%;
    justify-content: center;
	}
	
.w768 .login-box{
	margin:0 auto;
	width:100%;
	padding:50px 20px;
    justify-content: center;
	}	

.w600 .login-box{
	width:100%;
	padding:50px 20px;
    justify-content: center;
	}
	

.login-box h2 {
	font:normal 20px "DroidSerifRegular", Times, Times New Roman, serif;
    line-height: 27px;
	padding:0 0 20px 0;
	color:#ffffff;
}


.login-box h2 div{
	display:inline;
}


	
/*Login Page*/

.form{
	display:block;
	width:100%;
    max-width:560px;
	}


	
.form-holder{
	width:87%;
    display: block;
	}
	

.form label{
	display:block;
	width:100%;
	font:normal 14px "Arial", Helvetica, sans-serif; 
	padding:0 0 5px 0;
	color:#000000;
	vertical-align:middle;
	}
	
.form .form-row{
	width: calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	display:inline-block;
	margin:0 10px 30px 0;
	}

.form .form-row:nth-of-type(2){
    margin-right:0;
}
	
.w600 .form .form-row{
	width:100%;
	display:block;
	margin:0 auto 10px auto;
	}
	
.login-btn {
    display:block;
    width: 100%;
	padding-bottom: 40px;
}
	
.w600 .login-btn{
	width:100%;	
	}


.forgot-password{
    width:100%;
	display:block;
	margin:0;
	font:normal 14px "Arial", Helvetica, sans-serif;
    letter-spacing: 0.03em;
	line-height:22px;
	color:#ffffff;
	}


	
.text-input{
	width:100%;
	color:#000000!important;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:13px 10px 13px 30px;
	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:140px;
	color:#ffffff!important;
	margin:0;
	border:0px solid #ffffff;
	position:relative;
	display:block;
	background:#008db6;
	font:normal 20px "DroidSerif", Georgia, Times, Times New Roman, serif;
    line-height: 20px;
	padding:16px 0;
	-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{
    color:#008db6!important;
    background:#ffffff;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;
    
	}

	
.footer-bg{
	width:100%;
	position:relative;
    max-width:810px;
    margin:0 auto;
    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: flex-end;
    padding:20px;
	}
.w1024 .footer-bg,
.w768 .footer-bg,
.w600 .footer-bg{
    justify-content: center;
}


.footer-c{
	width:100%;
    max-width:560px;
	font:normal 14px "Arial", Helvetica, sans-serif;
    letter-spacing: 0.02em;
	color:#ffffff;
	}


.copyright{
	display:inline-block;
	text-align:right;
	padding-right:20px;
	}

	
.poweredby a{
	color:#4db5db!important;
	font-weight:normal!important;
    text-decoration:underline;
	}
	
.poweredby a:hover{
    color:#ffffff!important;
	text-decoration:none;
	}
	
.poweredby{
	display:inline-block;
	text-align:left;
	}

.w768 .copyright,
.w600 .copyright{
	width:100%;
	display:block;
	padding-bottom:8px;
    text-align: center;
    padding-right:0;
	}

.w768 .poweredby,
.w600 .poweredby{
	width:100%;
	display:block;
    text-align: center;
	}


/*Session Expired*/
.link-login{
	color:#4db5db!important;
  font-weight:normal!important;
    text-decoration: underline!important;
	}
	
.link-login:hover{
	color:#ffffff!important;
     text-decoration: none!important;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#fff200;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#fff200;
  padding:0 0 10px 0;
 }

.statusmsg a{
  color: #4db5db;
    margin-left:3px;
    text-decoration: underline;   
}

.statusmsg a:hover{
    color:#ffffff;
    text-decoration: none;  
}

 /*Reset Password warning*/
.reset-warning{
	width: 100%;
margin: 0 auto;
	padding:0 6px 20px 0;
	display:block;
	font:normal 20px "DroidSerifRegular", Times, Times New Roman, serif;
    color:#ffffff;
    text-align: left;
	}

.reset-warning ul{
	padding:0;
	margin:5px 0 0 15px;
    font:normal 16px "DroidSerifRegular", Times, Times New Roman, serif;
	}

.reset-warning ul li{
    padding:0 0 3px 0;
    list-style: disc;
}

.recaptcha-footnote {
    color: #fff;
}

#recaptcha-container .g-recaptcha {
    margin-bottom: 20px;
}
