.clear {
	clear: both;
}

input::-webkit-input-placeholder {
	color: #b2b2b2;
}

.logo {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.logo img {
	width: 100px;
	height: 100px;
	display: inline-block;
}


.frame {
	width: 100%;
	height: 100%;
	position: relative;
}

.bg {
	width: 100%;
	height: 100%;
}

.contact {
	width: 80%;
	background: #1f2441;
	padding: 30px 0 50px 0;
	border-radius: 20px;
}

.title {
	color: #58617c;
	width: 90%;
	line-height: 45px;
	margin-bottom: 0;
}

.input-f {
	width: 90%;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px auto;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}

.input-f img {
	width: 18px;
	height: auto;
	margin-left: 5px;
}

.input {
	width: 90%;
	border: none;
	background: none;
	outline: none;
	color: #fff;
}

.yzm-input {
	width: 65%;
	border: none;
	background: none;
	outline: none;
	color: #fff;
}

.input-f .yzm {
	width: 39%;
	height: 34px;
	padding: 5px 0;
	border-radius: 20px;
}

.input-f .yzm img {
	width: 100%;
	max-height:100%;
	display: block;
	margin-left: 0;
}

.input::-webkit-input-placeholder {
	color: #485169;
	font-size: 20px;
}

.yzm-input::-webkit-input-placeholder {
	color: #485169;
	font-size: 20px;
}

.for-oll {
	width: 90%;
	line-height: 45px;
	margin-bottom: 20px;
}

.for-oll a {
	display: inline-block;
	color: #adb6e7;
}
.for-oll .forget{width: 30%;   }
.for-oll .enroll{width: 60%;   }


.for-oll a span {
	color: #58617c;
}

.login {
	width: 50%;
	height: 40px;
	border-radius: 20px;
	background: linear-gradient(left, #ffb51c, #e2cf90);
	background: -webkit-linear-gradient(left, #ffb51c, #e2cf90);
	background: -o-linear-gradient(right, #ffb51c, #e2cf90);
	display: flex;
	align-items: center;
	justify-content: center;
}