/* �ֻ���ҳ�ĵ�¼ҳ���css */
.login-back {
	position: absolute;
	background-color: #000;
	opacity: 0.3;
	height: 200px;
	width: 90%;
	top: 40%;
	left: 5%;
	border-radius: 1vw;
    border: 2px solid #FFF;
}

.login-form {
	width: 90%;
	position: absolute;
	top: 43%;
	left: 5%;
}

.login-form-div {
	background-color: none;
	width: 90%;
	margin: auto;
	height: 150px;
	font-size: 1em;
}

.login-form-item {
	margin-bottom: 4.5vw;
	border-bottom: 2px solid #ffffff;
}

.login-img {
	width: 32px;
	height: 32px;
	position: relative;
	top: -5px;
	left: 15px;
	margin-right: 20px;
}

.login-input {
	background-color: transparent;
	width: 80%;
	color: #fff;
	height: 36px;
	font-size: 1.4em;
	border: none;
	outline: none;
}

.form-btn {
	width: 100%;
	height: 36px;
	font-size: 1em;
	margin: auto;
}

.form-error {
	color: red;
	text-align: center;
	margin-top: 5px;
}