h1,p,body,ul,li{
	margin: 0;
	padding: 0;
}
.content{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}
.content h1{
	font-size: 20px;
	margin-left: 40px;
}
.a-img{float: left; margin-top: 40px;}
.login{float: left;
 width: 290px;
 height: 355px;
background: #04102b;
margin-left: 40px;
padding-left: 30px;
}
.content input{
	background: #04102b;
	/*border: none;*/
	width: 200px;
	height: 30px;
	font-size: 18px;
	color: #fff;
}
.kuang{
	border: 1px solid #414a4e;
	width: 260px;
	height: 40px;
	line-height: 40px;
}
.kuang span{
	margin-right: 20px;
	margin-left: 10px;
}
.title{
	color: #fff;
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.forget{
	margin-top: 40px;
	margin-left: 7px;
}
.forget a{
	color: #fff;
	text-decoration: none;
}
.btn button{
	width: 240px;
	height: 40px;
	background: #d54e4e;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: none;
	margin-top: 10px;
	border-radius: 3px;
	margin-left: 7px;
}
