body{
	margin: 0;
	padding: 0;
}
#loginWap{
	width: calc(100vw);
	height: calc(100vh);
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#login{
	position: absolute;
	width: 650px;
	height: 420px;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: -210px;
	background: #FFFFFF;
	box-shadow: 0px 15px 30px 0px rgba(227, 233, 238, 0.58);
}
#login .f-l{
	width: 30%;
	float: left;
}
#login .f-r{
	width: 50%;
	float: right;
	text-align: center;
}
#login .logo img{
	width: 182px;
	padding: 107px 34px 142px 46px;
}
#login .form{
	text-align: left;
	padding: 35px;
}
#login .form h2{
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}
#login .form .label{
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	margin: 0px;
}
#login .form input{
	border: 0;
	border-bottom: 1px solid #eee;
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	height: 20px;
	margin-bottom: 20px;
	outline:none
}
#login .form a.submit{
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background: #ff8100;
	box-shadow: 0px 1px 7px 0px #FFE5C4;
	border-radius: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
}


