/* Header */
.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('/page/login/img/1-bg.jpg');
}
.logo_box{
	width: 400px;
	height: 440px;
	padding: 25px 35px ;
	color: #EEE;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -200px;
	margin-top: -280px;
	background: rgba(255,255,255,.1);
	box-shadow: 5px 5px 20px 0 rgba(0,0,0,.1),0 0 20px 0 rgba(255,255,255,.2) inset;
	border-radius: 15px;
	overflow: hidden;
	border:1px solid rgba(255,255,255,.3);
}
.logo_box:before-NO{
	content:' ';
	width: 70%;
	height: 40px;
	border-radius: 50%;
	background:rgba(255,255,255,.5);
	position: absolute;
	top:-30px;
	right: 0;
	filter: blur(20px);
}
.logo_box h3{
	text-align: center;
	height: 20px;
	font: 28px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding:0 0 50px 0;
	cursor: default;
}
.logo_box center{ margin-bottom: 10px;}
.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: 15px;
	border-radius: 50px;
	position: relative;
	border: rgba(255,255,255,0.2) 2px solid !important;
}
.input_outer .code{position: absolute; right: 0; top:0; height: 42px; border-radius: 0 50px 50px 0; z-index: 999; cursor: pointer;}
.us_lang {
	width: 25px;
	height: 25px;
	background: url(/page/login/img/login_ico.png);
	background-position:  -191px 0;
	position: absolute;
	margin: 10px 13px;
}
.u_user {
	width: 25px;
	height: 25px;
	background: url(/page/login/img/login_ico.png);
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 13px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url(/page/login/img/login_ico.png);
	background-position: -125px -34px;
	position: absolute;
	margin: 10px 13px;
}
.us_ur{
	width: 25px;
	height: 25px;
	background-image: url(/page/login/img/login_ico.png);
	background-position: -125px -276px;
	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;
}
.text::-webkit-input-placeholder{color: #fff;}

.select-item { width: calc(100% - 60px); position: relative;display: inline-block; margin-left: 50px; line-height: 46px; z-index: 8;}
.select-item span {display: block; position: relative; cursor: pointer;}
.select-item span:after { content: ''; display: block; width: 14px; height: 8px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); transition: all .5s; background-image: url(/page/login/img/login_ico.png); background-position: -196px -39px;}
.select-item ul { position: absolute; background-color: #fff; top: 100%; left: 0; width: 100%; opacity: 0; visibility: hidden;}
.select-item ul li { padding: 0 20px; line-height: 30px; cursor: pointer; background-color: #fff;}
.select-item ul li:hover {background-color: #eee;}
.select-item.active span:after { transform: translateY(-50%) rotate(180deg);}
.select-item.active ul {opacity: 1; visibility: visible;}

.remember{display: block;}
.remember input{vertical-align: middle; margin-right: 5px}
/*///*/
.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;
}<!--9.8943710327148E-5-->