body,html {
	width: 100%;
	height: 100%;
}
body {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.form-box {
	width: 300px;
	height: 360px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -190px;
}

.logo-box {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

/* padding: 10px 0; */
/* min-height: 30px; */
/* line-height: 30px; */
/* position: relative; */
/* padding-left: 120px; */
.form-group {
	margin-bottom: 25px;
	padding-left: 0;
	min-height: auto;
}

.form-group label {
	color: #fff;
}

.form-box .form-group input {
	padding-left: 35px;
	height: 40px;
	width: 100%;
	border: 1px solid #fff;
	background-color: rgba(255,255,255, 0.2);
	background-repeat: no-repeat;
	background-position: 6px center;
	color: #fff;
}

.form-group .form-control.user-input {
	background-image: url("../images/user.png");
}

.form-group .form-control.pwd-input {
	background-image: url("../images/pwd.png");
}

.form-group .form-control.vercode-input {
	background-image: url("../images/code.png");
	display: inline-block;
	width: 54% ;
}

.vercode-img {
	width: 41%;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 5px;
	margin-top: -3px;
}

.btn-login {
	width: 100%;
	height: 40px;
	font-size: 16px;
	background-color: #4ca6ff;
	border-color: #4ca6ff;
}
.btn-login:hover{
	background-color: #4ca6ff;
	border-color: #4ca6ff;
}


/*改变谷歌记住密码样式*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #595959 inset !important;
    -webkit-text-fill-color: #fff;
}
.copyright {
	position: fixed;
	bottom: 20px;
	text-align: center;
	width: 100%;
	color: #fff;
}