body{
	background: url(../img/login-background.jpg) center no-repeat;
	background-size: cover;
	background-color: #CCCCCC;
	background-attachment:fixed;
	min-width: 1000px;
}
.login_center{
	border: 1px solid #B1B4B6;
    height: 450px;
    background-color: white;
    width: 600px;
    position: absolute;
    top: 200px;
    left: 30%;
}
.login_center .logo{
	background:url(../img/login-logo.png) center no-repeat;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	margin-top: 54px;
}
.login_center .content{
	margin: 0 auto;
	margin-top: 46px;
	width: 367px;
}
.content h2{
	font-weight: normal;
	color: rgb(39,63,125);
}
.content .input-username{
	width: 95%;
	border:1px solid rgb(204,204,204);
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	margin-top: 25px;
	font-size: 14px;
	padding-left: 5%;
}
.content .input-password{
	width: 95%;
	border:1px solid rgb(204,204,204);
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	margin-top: 25px;
	font-size: 14px;
	padding-left: 5%;
}
.content .button{
	width: 100%;
	height: 40px;
	cursor: pointer;
	background-color: rgb(39,63,125);
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-top: 25px;
	text-align: center;
	font-family: "Microsoft YaHei";
	border-radius: 5px;
}
.content .down-content{
	float: right;
	margin-top: 25px;
	font-family: "Microsoft YaHei";
}
.content .down-content span{
	font-size: 14px;
	cursor: pointer;
}