body {
  position: relative;
  width: auto;
  height:100%;
  background:url("../../img/login-background.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
/* .bgLogin {
	display:block;
	width: 100%;
	height: 100%;
	min-width: 1200px;
} 
.login {
	position: relative;
} */

.loginCont {
	width: 430px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -215px;
	text-align: center;
}
.loginB {
	margin-top: 50px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 12px;
	padding: 8px;
}
.loginC {
	background-color: #fff;
	border-radius: 12px;
	padding: 45px 45px;
}
.loginC > input {
	width: 100%;
	line-height: 50px;
	background-color: #e4e4e4;
	padding-left: 25px;
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #808080;
	box-sizing: border-box;
}

.loginBtn {
	width: 100%;
	line-height: 50px;
	background-color: #9ab349;
	box-shadow: 0px 20px 27px 0px 
		rgba(205, 39, 12, 0.35);
	border-radius: 26px;
	text-align: center;
	color: #fff;
}
 /*閸楁洟锟介幐澶愭尦閺�鐟板綁閺嶅嘲绱�*/
.drawM {
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
.drawM label{
	background:url(../img/check.png) no-repeat left;
	background-size:20px 20px;
	padding-left:20px;
	width: 20px;
   	height: 20px;
   	display: block;
}

.drawM input[type=radio]{
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 20px;
}
.drawM input[type=radio]:checked + label{ 
	background:url(../img/checked.png) no-repeat left;
	background-size:20px 20px;
} 

