*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #333;
	color: #383a3c;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
}
#container{
	background: #333;
	overflow: hidden;
	background-image: url("../images/demo-1-bg.jpg");
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
	width: 100%;
	z-index: 1;
}
a, button {
	outline: none;
}

a {
	color: #566473;
	text-decoration: none;
}

a:hover, a:focus {
	color: #34495e;
}

section {
	padding: 1em;
	text-align: center;
}

p.ref {
	text-align: center;
	padding: 2em 1em;
}

.logo_box{
	width: 400px;
	height: 500px;

	color: #EEE;
	position: absolute;
	left: 50%;
	top:40%;
	margin-left: -200px;
	margin-top: -250px;
}

.logo_box h1 {
	width: 400px;
	height: 100px;
	font-size: 44px;
	font-family: PingFang SC;
	color: #FFF;
	line-height: 100px;
	text-align: center;
}
.logo_box h1>span {
	font-size: 38px;
	color: #1EB192;
}

.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: 30px;
	border-radius: 50px;
	position: relative;
	border: rgba(255,255,255,0.2) 2px solid !important;
}
.u_user{
	width: 25px;
	height: 25px;
	background: url("../images/login_ico.png");
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 13px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url("../images/login_ico.png");
	background-position: -125px -34px;
	position: absolute;
	margin: 10px 13px;
}
.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;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
	background-color:transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
	/* 背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}
input {
	background-color:transparent;
}

/*input:-webkit-autofill {*/

/*	        box-shadow: 0 0 0px 1000px rgba(54,71,130,0.1) inset !important;*/

/*	        -webkit-text-fill-color: #fff !important;*/

/*	        -webkit-background-clip:text;*/

/*	      }*/

/*///*/
.mb2{
	margin-bottom: 20px
}
.mb2 a{
	text-decoration: none;
	outline: none;
}
.submit {
	padding: 15px;
	margin-top: 20px;
	display: block;
}
.act-but{
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #0096e6;
}

@media screen and (max-width:1366px){
	/*.large-header h1 {*/
	/*	top: 10%;*/
	/*}*/
	/*.logo_box{*/
	/*	top:55%;*/
	/*}*/
}