/* Header */
body {
	margin: 0;
	width: 100%;
	height: 100vh;
	font-family: "Exo", sans-serif;
	color: #000;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: 100%;

}


.large-header {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
}
.logo_box{
	width: 320px;
	height: 500px;
	padding: 35px;

	border-radius: 10px;
	background: #000;
	color: #333;
	position: absolute;
	left: 10%;
	top:10%;
}
.th3{
	text-align: center;
	font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #2260ce;
	line-height: 50px;
	width: 80%;
	padding:0 0 25px 0;
	font-size:30px;
	height: 100px;
	text-align: left;
	font-weight: bold;
	color: #184ba9;
	margin-top: 15%;
}
.th3 span{
	display: block;
	font-size: 16px;
	font-weight: 100;
}




.forms{
	width: 280px;
	height: 485px;
}
.logon_inof{
	width: 100%;
	min-height: 450px;
	padding-top: 35px;
	position: relative;
}		
.input_outer{
	height: 50px;
	padding: 0 5px;
	margin-bottom: 40px;
	position: relative;
	border-bottom: #e2e2e2 1px solid;
}
.u_user{
	width: 25px;
	height: 25px;
	background: url(../images/login_ico.png);
	background-position:  -125px 0;
	position: absolute;
	margin: 10px 20px 10px 0px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url(../images/login_ico.png);
	background-position: -125px -34px;
	position: absolute;
	margin: 10px 20px 10px 0px;
}
.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_a{
	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;color: #333 !important;
}
.text_b{
	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;color: #333 !important; position:absolute; z-index:100;
}
/*///*/
.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: #4581ed;
	color: #fff;
	-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;
	width:50%
}