body {
	background-image: url(../Images/login02.jpg);
	text-align: center;
	background-size: 100% 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.top {
	background: #ffffff2e;
	width: 100%;
	position: absolute;
	bottom: 0;
	line-height: 60px;
	left: 0px;
	right: 0px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.login { background: #f4f0fc; width: 40%; text-align: center; padding: 70px 2%; border-radius: 2px; position: absolute; top: 16%; left: 28.5%; }

.title {
	font-weight: 600;
	font-size: 22px;
	color: #333;
	margin-bottom: 40px;
}

.line {
    border-bottom: 1px solid #ffff;
    margin: 22px 1%;
    width: 96%;
}

.line input {
    border: none;
    padding: 0px 1%;
    margin: 1%;
    background: #ffffff14;
    width: 84%;
    font-size: 16px;
    line-height: 30px;
    outline: none;
}

.line .smallImg {
	width: 26px;
	float: left;
	vertical-align: middle;
	margin-top: 1px;
}
	.line .vercode {
		width: 80px;
		float: right;
		/*vertical-align: middle;*/
		margin-top: 1px;
	}

	.line .verinput {
		margin-left: 8%;
		width: 76%;
	}
	.logBut {
		background: #7bb5ee;
		padding: 10px 80px;
		border: none;
		color: #fff;
		margin-top: 40px;
		font-size: 16px;
		cursor: pointer;
	}