body{
	background:url(../../images/login/bg.png) no-repeat center top;
	font-family: "Microsoft YaHei";
    font-size: 13px;
    line-height: 1.5;
}
a{
	text-decoration:none;
			}
input{
	text-decoration:none;
	border:1px #d8d9db solid;outline:none; 
}
.login_content{
	background-color: #fff;
    bottom: 0;
    height: 400px;
    left: 0;
    margin: auto;
    overflow: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    text-align: center;	
    z-index: 22;
}
.login_title{
	color: #253746;
	font-size: 34px;
	margin-top: 30px;
}
.login_input{
	margin-top: 50px;
	/*width: 300px;*/
}
.block{
	background: url(../../images/login/私信.png) no-repeat left;
	background-size: 40px;
	width: 340px;
	height: 40px;
	margin-top: 20px;
	margin-left: 50px;
	display: block;
	
}
.block2{
	background: url(../../images/login/锁定.png) no-repeat left center;
	background-size: 40px;
	width: 340px;
	height: 40px;
	margin-top: 20px;
	margin-left: 50px;
}
.form-control{
	width: 260px;
	height: 40px;
	padding: 5px;

}

.forgotpassword {
	text-align: left;
	margin-left: 50px;
	margin-top: 10px;
	

}
.forgotpassword a{
	color:#333;
}
.clearfix button{
	width: 300px;
	height: 40px;
	margin-top:20px;
	line-height:40px;
	background:#253746;
	text-align:center;
	margin-left: 50px;
	font-style:normal;
	font-size:13px;
	color:#fff;
	display:block;
	border: none;

}
.login_logo{
	margin: 50px auto 0 200px;
    position: absolute;
    width: 1000px;
}