body{
	width: 100% !important;
	height: 100% !important;
	min-width: 1250px;
	min-height: 650px;
	overflow-y: auto;
}
.body_bg{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}
.body_bg img{
	width: 100%;
	height: 100%;
}
.main{
	position: relative;
	min-width: 1250px;
	min-height: 650px;
	z-index: 9;
}
.logo{
	width: 300px;
	margin: 70px auto 0px;
}

.logo img{
	width: 100%;
}
.login_bg{
	width: 50%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: right;
	z-index: 1;
}

.login_bg img{
	width: 100%;
	min-width: 700px;
}
/**/
.login{
	width: 650px;
	height: 436px;
	background: #edeeee;
	border-radius: 15px;
	box-shadow: 3px 3px 3px #176dbd;
	position: absolute;
	right: 35%;
	top: 20%;
}
.login h3{
	text-align: center;
	width: 100%;
	padding: 37px 0px;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: 500;
}
.login label,.login div{
	width: 80%;
	margin: 10px auto;
	display: block;
}
.login label span,.login div span{
	font-size: 21px;
}
.login label input{
	height: 30px;
	width: 376px;
	padding: 10px 3px;
	border: 1px solid #aaa7a7;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
}
.login div input{
	width: 120px;
	height: 30px;
	padding: 10px 3px;
	border: 1px solid #aaa7a7;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	margin-left: 6px;
}
.verification_img{
	width: 155px;
	height: 52px;
	padding: 0;
	border: 1px solid #aaa7a7;
	background: #fff;
	border-radius: 10px;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.verification_img img{
	width: 100%;
	height: 107%;
}
.checkbox{
	width: 15px !important;
	margin-left: 54px !important;
}
.forget_f{
	position: relative;
}
.forget{
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #3283d3;
}
.button{
	background: url(../img/but.png) no-repeat;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-size: 100% 100%;
	color: #fff;
    cursor:pointer;
	font-size: 18px;
}
.margin_left{
	margin-left: 200px;
}
.margin_left2{
	margin-left: 10px;
}
.input_none{
	color: #f00;
	font-size: 18px;
	margin-top: -20px;
	height: 20px;
	margin-left: 135px;
}
/**/
.foot{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0px;
	z-index: 0;
}
input {
    outline:none
}