@import url("normalize.css");
/* Please only amend on this section  */


	
.link-ResetPassword{
	color:#ffffff!important;
	display:block;
	margin:0 0 8px 0;
	font:normal 16px "Arial", Helvetica, sans-serif!important; /* Amend this font size */
	letter-spacing:0.015em; 
	}
	
.link-ResetPassword:hover{
	color:#999999!important;
	}
	
.links-email{
	color:#ffffff!important;
	font-weight:normal!important;
	}
	
.links-email:hover{
	color:#999999!important;
	}


.errormsg{
	color:#ff0c00;
	}


/* ----------------------------------  */


body {
	font:normal 13px "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 38px "Arial", Helvetica, sans-serif;/* Amend this font size */ 
	line-height:40px;
	color:#ffffff; /* Amend this font color*/
	text-align:center;
	letter-spacing:0.02em;
	padding:0 0 30px 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) left top no-repeat;
	}

.wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	}

.w480 .wrapper{
	padding:0;
	}
	
.header{
	width:100%;
	display:block;
	padding:110px 0 0 0;
	margin-bottom:45px;
	}
	
.w768 .header{
	padding:70px 0 0 0;
	margin-bottom:35px;	
	}
	
.w480 .header{
	padding:50px 0 0 0;
	margin-bottom:35px;	
	}


.logo{
    width:100%;
	max-width:354px;
	display:block;
	margin:0 auto;
	}

.w480 .logo{
    padding:0 30px;
}

.logo img{
	display:block;
	width:100%;
	}


/* Login Box */


.login-box{
	width:100%;
	max-width:540px;
	margin:0 auto;
	padding:0 20px;
	}

.w970 .login-box{
	margin:0 auto;
	width:100%;
	}
	
.w768 .login-box,
.w480 .login-box{
	margin:0 auto;
	width:100%;
	}	

.login-box h2 {
	font:normal 18px "Arial", Helvetica, sans-serif;
	padding:0 0 20px 0;
	color:#ffffff;
    text-align: center;
}
	
.form-holder{
	width:100%;
	margin:0 auto;
	}

.form-holder2{
	max-width:350px;
	}
	
/*Login Page*/

.form{
	display:block;
	width:100%;
	margin:0 auto;
    background:#202020;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
    padding:60px;
	}
.w480 .form{
    padding:30px 20px;
}

.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:100%;
	display:block;
	margin:0 0 12px 0;
	}

.login-btn {
    display:block;
    width: 100%;
	padding:10px 0;
	
}
	
.w480 .login-btn{
	padding:0 0 15px 0;
	width:100%;	
	}


.forgot-password{
	display:block;
	margin:0 auto;
	font-size:14px;
	font-weight:normal!important;
	width:100%;
	color:#999999;
	text-align:left;
    padding:10px 0 0 0;
	}

.w480 .forgot-password{
	padding:0;	
	}	
.text-input{
	width:100%;
	color:#0c1522!important;
	border:1px solid #bebebe;
	background:#ffffff;
	padding:12px 20px;
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	font-size:18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
border-radius: 20px;
	}
	
.w480 .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:130px;
	color:#ffffff!important;
	border:0px solid #7f7f84;
	 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	position:relative;
	display:block;
	background:#000000;
	font:bold 18px "Arial", Helvetica, sans-serif!important;
	line-height:18px;
    letter-spacing: 0.02em;
	padding:15px 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{
	background:#999999;
	}

	
/* Footer */	
.footer{
	width:100%;
	margin-top:20px;

	}
	
.footer-bg{
	width:100%;
	background:#202020;
	}

.footer-c{
	width:100%;
	max-width:650px;
	margin:0 auto;
	padding:20px;
	font-size:14px;
	color:#999999;
	text-align:center;
	}


.copyright{
	display:inline-block;
	vertical-align:text-top;
	padding:0 10px;
	}

	
.poweredby a{
	color:#999999!important;
	font-weight:normal!important;
	}
	
.poweredby a:hover{
	text-decoration:underline;
	}
	
.poweredby{
	display:inline-block;
	vertical-align:text-top;
	padding:0 10px;
	}

.w768 .copyright,	
.w480 .copyright{
	width:100%;
	display:block;
	padding:0 5% 10px 5%;
	text-align:center;
	}
.w768 .poweredby,
.w480 .poweredby{
	width:100%;
	display:block;
	padding:0 5% 0 5%;	
	text-align:center;
	}


	
/*Session Expired*/
.link-login{
	color:#ffffff!important;
  font-weight:normal!important;
    text-decoration: underline;
	}
	
.link-login:hover{
	color:#999999!important;
    text-decoration: none;
	}

/* fix error messages */
.errorMessage {
	display:none;
}

 
.errormsg,
.errorMsg {
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
	color:#ff0c00;
  width:100%!important;
  padding:0 0 10px 0;
 }
 
.statusmsg {
  width:100%!important;
  margin: 0 !important;
  font-size: 14px;
  font-weight:normal!important;
/*	color:#ff0c00;*/
	color:#fff;
  width:100%!important;
  padding:0 0 10px 0;
 }