body {
	background-color: #f2f4f7;
}

.box {
	width: 100%;
	background: url(../imgs/bg.png) no-repeat center bottom;
	background-color: #f2f4f7;
	overflow: hidden;
}
.login_box {
	width: 520px;
	background: #ffffff;
	border-radius: 16px;
	margin: 148px auto 205px;
	padding: 52px 90px;
}
.title_box {
	font-size: 34px;
	color: #202021;
	font-weight: 600;
}
.title {
	color: #00b38a;
}
.title_txt {
	text-transform: uppercase;
	font-size: 21px;
	color: #afb2b5;
	opacity: 0.24;
	font-weight: 400;
}
.form-item_code {
	position: relative;
	margin-top: 30px;
}
.form-item {
	position: relative;
	margin-top: 30px;
}
.imageCode_s {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	cursor: pointer;
}
input {
	width: 340px;
	height: 50px;
	font-size: 16px;
	color: #3e3e40;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 0 20px;
	background-color: #ffffff;
}
input:focus {
	border: 1px solid #00b38a;
	background-color: #ffffff;
}
input::placeholder {
	color: #afb2b5;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.Code {
	position: absolute;
	top: 13px;
	right: 20px;
}
.Code_type {
	color: #60656b;
	z-index: inherit;
}
.code_btn {
	font-size: 14px;
	color: #60656b;
	text-align: right;
	background-color: #ffffff;
	border: none;
}

.submit_btn {
	width: 340px;
	height: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: #00b38a;
	opacity: 0.6;
	border-radius: 5px;
	margin-top: 40px;
	border: none;
	cursor: default;
}
.active {
	opacity: 1;
	cursor: pointer;
}
.experience {
	font-size: 16px;
	color: #bec0c4;
	text-align: center;
	margin-top: 36px;
}
