body{ 
     margin: 0;
}
/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
input {outline:none;filter:chroma(color=#000000);}

.demo-1 .large-header {
	background-image: url(../../web/img/login_back3.jpg);
	width: 100%;
    background-size: 100% 100%;
    position: fixed;
    height: 100%;
}
.logo_box{
	width: 550px;
	height: 500px;
	padding: 35px;
	color: #EEE;
	position: absolute;
	left: 46%;
	top:50%;
	margin-left: -200px;
	margin-top: -250px;
}
.logo_box h3{
	text-align: center;
	font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #FFFFFF;
	height: 55px;
	line-height: 55px;
	border-radius: 26px;
    background: rgba(0,0,0,0.35);
    opacity: 1;
	

}
.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: #fff 3px solid !important;
}
.input_outer{
	height: 46px;
	padding: 0 5px;
	margin-bottom: 30px;
	border-radius: 50px;
	position: relative;
	border: #fff 3px solid !important;
}
.u_user{
	width: 25px;
	height: 25px;
	background: url(../img/login_ico.png);
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 13px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url(../img/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: 18px ;
	line-height: 46px;
}
.text{
	width: 88%;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 18px ;
	margin-left: 50px;
	border: none;
	background: none;
	line-height: 46px;
}
/*///*/
.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;
    width: 100%;
    border: none;
    color: #fff;
}


.loginTop .logo{position:absolute;top:56px;left:70px;width:238px;height:84px;background:url(../img/logo.png) 0 bottom no-repeat;z-index:999;}
.loginTop .logo a{display:block;width:206px;height:43px;}
.loginTop .text{position:absolute;top:20px;right:20px;font-size:12px;color:#929fa6;z-index:999;text-shadow:0px 0px 2px #f5f5f5;}
.loginTop .text a{color:#929fa6;}
.loginTop .text i{font-family:Verdana;font-style:normal;}
.loginTop .text span.line{padding:0 8px;}
.loginTop .text span.note{color:red;padding-right:10px;text-shadow:0px 0px 2px #f5f5f5;}
.loginTop .text span.note a.link{font-family:Verdana;}
