.content{
	position: absolute;
	width: 100%;
	top: 62px;
	bottom: 50px;
	background: url(../img/bacg2.png) center;
}
.login{
	position: absolute;
	width: 516px;
	height: 240px;	
	top: 50%;
	left: 50%;
	margin-top: -145px;
	margin-left: -258px;
	/*background: #ccc;*/
}
.login_header{
	text-align: center;
	height:50px ;
}
.login_header img{
	vertical-align: bottom;
	/*width:40px;*/
}
.login_header span{
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
	color: #fff;
	margin-left: 10px;
	/*padding: 5px;*/
}
.login_form{
	width: 100%;
	height: 100%;
	background: #fff;
}
.bacg{
	float: left;
	width: 170px;
	height: 100%;
	background: #00CCFF;
}
.bacg img{
	width: 100%;
	height: 100%;
}
.login_info{
	float: left;
	width: 306px;
	padding-left: 40px;
}
.user_login{
	height: 54px;
	line-height: 54px;
	color:#8c5e14;
	font-size: 16px;
	font-weight: bold;
}
.user_login span{
	color:#c3c1c3;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
}
.acount,.password{
	position: relative;
	width: 262px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #C0CDD9;
	background: #ecf5fa;
	
}
.acount label,.password label{
	padding-left: 5px;
}
.acount input,.password input{
	position: absolute;
	width: 85%;
	top: -1px;
	left: 35px;
	padding: 10px 0;
	background: transparent;
	border: 0;
	outline: 0;
}
.checkbox{
	margin-bottom: 10px;
	width: 270px;
}
.checkbox a{
	display: inline-block;
	margin-left:40px;
	font-size: 12px;
	/*float: right;*/
}
.btn{
	width: 262px;
	background: #3e96c9;
	text-align: center;
	padding: 5px;
}
.btn_login{
	color: #fff;
	width: 100%;
	font-weight: bold;
	background: transparent;
	border: 0;
}
