@CHARSET "UTF-8";

html{
	background: url(../../img/common/bg_logon.jpg) no-repeat;
	background-size:100% 100%;  
	height: 100%;
}
body{
	background: transparent;
	position: relative;
	height: 100%;
}
img{
	width:100%;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.icon{
	width: 14px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}
.icon-user{
	background: url(../../img/common/icon_username.png) no-repeat;
	background-size: 100% 100%;
}
.icon-pwd{
	background: url(../../img/common/icon_password_default.png) no-repeat;
	background-size: 100% 100%;
}
.icon-adr{
	background: url(../../img/common/icon_password.png) no-repeat;
	background-size: 100% 100%;
}
.Login-Box{
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -250px;
}
.Bg-Input{
	position: relative;
}
.Bg-Input input{
	border: none;
	display: inline-block;
	border-radius: 0px;
	border-bottom:1px solid #76a6ef;
	font-size: 14px;
}
.Login-Box-Body{
	border-radius: 10px;
}
.Login-Box-Title{
	font-size: 24px;
	color: #76a6ef;
	letter-spacing: 3px;
	line-height: 100px;
}
.checkbox label{
	font-size: 16px;
	padding-left:0px;
}

.login-logo p {
	
	color:white;
}
.btn-login{
	background:#76a6ef;
	color:white;
	font-size:18px;
	text-align:center;
	border-radius:30px;
	height: 60px;
	box-shadow:0px 9px 24px rgba(118,166,239,0.4);
}
.btn-login:hover{
	box-shadow:0px 9px 24px rgba(118,166,239,0.4);
	opacity: 0.8;
	color: white;
}
.margin-set{
	margin-top:60px;
	margin-bottom:30px;
}
.field-loginform-rememberme{
	
	font-size:18px;
	color:#8190a7;
}
.form-group.has-success .form-control{
	border-color:#76a6ef;
}
.form-control{
	border:none;
	font-size: 16px;
	color:#8190a7;
}
.login-box-body, .register-box-body{
	padding:0px 50px;
}
.has-error .help-block, 
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline, 
.has-error.radio label, 
.has-error.checkbox label, 
.has-error.radio-inline label, 
.has-error.checkbox-inline label{
	color: #ff4b00;
}

@media screen and (max-width: 750px) {
	.Login-Box-title{
		margin: 10px 0;
	}
	.Login-Box{
		position: static;
		width: 95%;
		margin: 2.5%;
		font-size:14px;
	}
}
.help-block{
	padding-left: 12px;
}
.icheckbox_flat-blue{
	bottom: 2px;
}
