body{
	overflow-x: hidden;
}
/* Header */
a:hover{
	text-decoration: none;
	outline: none;
}
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

/*.demo-1 .large-header {*/
	/*background-image: url('../images/login-bg.jpg');*/
/*}*/
.logo_box{
	width: 400px;
	height: 500px;
	padding: 35px;
	color: #EEE;
	position: absolute;
	left: 50%;
	top:40%;
	margin-left: -200px;
	margin-top: -250px;
}
.logo_box h3{
	text-align: center;
	height: 20px;
	font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding:0 0 35px 0; 
}
.forms{
	width: 280px;
	height: 485px;
}
.logon_inof{
	width: 100%;
	min-height: 450px;
	padding-top: 35px;
	position: relative;
}		
.input_outer{
	height: 46px;
	padding: 0 5px;
	margin-bottom: 20px;
	border-radius: 50px;
	position: relative;
	color: #FFFFFF;
	background: rgba(255,255,255,0.2);
	width: 100%;
}
input::-webkit-input-placeholder {
	color: #e5e5e5;
}
.input-icon{
	position: absolute;
	margin: 11px 13px;
	color: #e5e5e5;
	font-size: 20px;
}
.l-login{
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 0;
	height: 46px;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	line-height: 46px;
}
.text{
	width: 220px;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	margin-left: 50px;
	border: none;
	background: none;
	line-height: 46px;
}
/*///*/
.p-l-r-10{
	padding: 0 10px;
}
.mb2{
	margin-bottom: 20px
}
.mb2 a{
	text-decoration: none;
	outline: none;
	color: #ffffff;
}
.submit {
	padding: 13px;
	margin-top: 20px;
	display: block;
}
.act-but{
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #3eacff;
}
.login-logo{
	width: 200px;
	height: 80px;
	margin: 0 auto;
}
.login-logo img{
	width: 100%;
	height: 100%;
}
.input_outer input{
	color: #ffffff;
	position: absolute;
}
.sing-up{
	float: right;
}
input[type="checkbox"] + label::before,input[type="checkbox"] + label::after {
	content: '';
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	background: inherit;
}
input[type="checkbox"]:checked + label::before {
	display: inline-block;
	font-family: 'Material-Design-Iconic-Font';
	content: "\f26b";
	top: 12%;
	left: 6%;
	position: absolute;
	font-size: 18px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #3eacff;
	border: 0;
}
#password {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.btn-gain{
	position: absolute;
	top: 10px ;
	right: 10px;
	background: #ffffff;
	padding: 3px 7px;
	border-radius: 50px;
	color: #3eacff;
}
.btn-gain:hover{
	color: #3eacff;
}

fieldset {
	position: absolute;
	width: 80%;
	border: none;
}
/*Hide all except first fieldset*/
fieldset:not(:first-of-type) {
	display: none;
}
.step{
	width: 100%;
	border: none;
	padding: 13px;
	color: #ffffff;
	margin-bottom: 20px;
}
.step-btn{
	display: inline-block;
	width: 49%;
}
.login-select{
	width: 276px;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	border: none;
	background: none;
	line-height: 46px;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 10px;
	padding-left: 10px;
}
.input_outer select {
	color: #ffffff;
	position: absolute;
}
.input_outer select option{
	color: #666666;
}

@-webkit-keyframes autofill {
	to {
		color: #fff;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}
