.w1200 {
	max-width: 1200px;
	width: auto;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	z-index: 2;
}

.logo {
	float: left;
}

.login-content {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 60px;
	background: url(../images/login-bg.jpg) no-repeat center bottom/ cover #28b1f3;
	z-index: 1;
	overflow: auto;
}

.login {
	width: 300px;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 1);
	padding: 30px;
	border: solid 1px #ebebeb;
	/*box-shadow: 0 0 5px #f5f5f7;*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.title {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.password,
.username,
.verify {
	position: relative;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding-left: 40px;
}

.username input,
.password input,
.verify input {
	padding: 8px 0;
	height: 20px;
	width: 100%;
	border: none;
	text-indent: 10px;
}

.username_icon {
	position: absolute;
	width: 40px;
	height: 100%;
	background: url(../images/user-icon.png) no-repeat center #e6e6e6;
	display: block;
	top: 0;
	left: 0;
}

.password_icon {
	position: absolute;
	width: 40px;
	height: 100%;
	background: url(../images/password-icon.png) no-repeat center #e6e6e6;
	display: block;
	top: 0;
	left: 0;
}

.verify_icon {
	position: absolute;
	width: 40px;
	height: 100%;
	background: url(../images/verify_icon.png) no-repeat center #e6e6e6;
	display: block;
	top: 0;
	left: 0;
}

.forget {
	text-align: center;
}


.verifyimg img {
	width: 120px;
	height: 40px;
	border-radius: 3px;
	float: left;
}
.verifyimg a{
	line-height: 40px;
}
.login_btn {
	background: #28b1f3;
	cursor: pointer;
	display: block;
	color: #fff;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
}

.login_btn:hover {
	opacity: 0.8;
}

.foot {
    position: fixed;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 2;
}