body{
	background: url(../images/loginbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.content{
	width: 86%;
	margin: 0 auto;
	background: #fff;
	height: 5.3rem;
	border:1px solid #fff;
	border-radius: 0.3rem;
	box-shadow: 0 0.1rem 0.12rem #eee; 
	position: relative;
	margin-top: 85%;
	box-sizing: border-box;
	padding:0 0.53rem; 
}
.btn{
	height: 1.06rem;
	width: 5.03rem;
	
	border-radius: 0.5rem;
	margin: 0 auto;
	margin-top: 1.2rem;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 0.64rem;
	text-align: center;
	line-height: 1.06rem;
	margin-bottom: 1rem;
}
.username ,.password{
	border-bottom:1px solid #ededed;
	height: 2.32rem;
	position: relative;
}
.login-title{
	color: #cdcccc;
	font-size: 0.5rem;
	display: inline-block;
}
input{
	border:1px solid #fff;
	width: 80%;
	height: 1.2rem;
}
.icon{
	position: absolute;
	width: 0.53rem;
	height: 0.66rem;
	right: 0.26rem;
	bottom: 0.26rem;
}