*{
	box-sizing: border-box;
}
body{
	margin:0;
	font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tohoma,sans-serif;
}
.hide{
	display: none;
}
.login-form{
	width:658px;
	height:338px;
	border-radius: 25px;
	/*-webkit-box-shadow:  hoff voff blur color;*/
	/*-moz-box-shadow: inset hoff voff blur color;*/
	background-color: white;
	box-shadow: 0 0 17px 3px #a6b2cd;
	margin:0 auto;
	margin-top:15%;
	position:relative;
}

.logo {
	margin-top: 63px;
	margin-left: 53px;
}
.title {
	display: block;
	position: absolute;
	left: 390px;
	top: 52px;
}

#UserEmail,#UserPassword{
	position: absolute;
	border: 1px solid #B5B5B5;
	outline: none;
	height:33px;
	width:207px;
	text-indent:5px;
}
#UserEmail{
	left:352px;
	top:104px;
}
#UserPassword{
	left:352px;
	top:154px;
}
#remeber{
	position: absolute;
	left: 351px;
	top: 203px;
	color: #999999;
}
#remeber,#autologin{
	font-size:12px;
}
#autologin{
	position: absolute;
	left: 480px;
	top: 203px;
	color: #999999;
}
#login_btn{
	position: absolute;
	left: 352px;
	top: 240px;
}
#login_btn button{
	display: block;
	width: 212px;
	height: 36px;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	background-color: #4A5A80;
}