.login {
	min-height: 420px;
	width: 420px;
	margin: 0;
	margin-left: 300px;
	padding-top: 40px;
}

.login .logo {
	text-align: center;
	margin-bottom: 40px;
}

.login .logo img {
	width: 100px;
}

.login .title1 {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: rgba(206, 206, 206, 1);
	font-size: 20px;
}

.login .title2 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: rgba(206, 206, 206, 1);
	font-size: 14px;
	margin-bottom: 40px;
}

.login .message {
	font-size: 12px !important;
	color: var(--red);
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: left;
}

.login #darkbannerwrap {
	background: url(../images/aiwrap.png);
	width: 18px;
	height: 10px;
	margin: 0 0 20px -58px;
	position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
.login select {
	width: 100%;
	height: 30px;
	padding: 12px;
	border: none;
	border-radius: 8px !important;
	transition: all 0.2s ease;
	margin-bottom: 0px;
	/* border: 1px solid transparent; */
	font-size: 12px;
	/* background: #EBECF0; */
	/* box-shadow: var(--invagination-shadow); */
	background: var(--white);
	border: 1px solid rgba(187, 187, 187, 1);
	color: #333333;
}

.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus,
.login select:focus {
	border: 1px solid var(--blue) !important;
	background: var(--white);
	box-shadow: none;
}

.login input[type=submit],
.login input[type=button] {
	display: inline-block;
	cursor: pointer;
	background-color: #189F92;
	border: none;
	outline: none;
	width: 100%;
	background: var(--red);
	font-size: 14px !important;
	color: #333333;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.login input[type=submit]:hover,
.login input[type=button]:hover {
	font-weight: bold;
}

.login .choose {
	display: flex;	
	align-items: center;
	margin-top: 20px;

}
.login input[type=checkbox]{
	margin-right: 10px;
	cursor: pointer;
}
.login .choose .deal{
	color:#0075ff;
	cursor:pointer;
}
.login button {
	display: inline-block;
	cursor: pointer;
	border: none;
	outline: none;
	width: 100%;
	background: #FF5A16;
	font-size: 16px !important;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}

.login-other {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.login-other .other-li {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	color: #6C6C6C;
}

.login-other .other-li:hover {
	color: #FF5A16;
}

.login-input-li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input-captcha-btn {
	width: 40%;
	margin-left: 20px;
	font-size: 12px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	background: #FF5A16;
	color: #FFFFFF !important;
	border-radius: 10px;
}

.input-captcha-btn.none {
	color: #666 !important;
	background: #ddd;
}

.input-captcha-btn:hover {
	/* font-weight: bold; */
}

.li-btn {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	background: var(--an);
	color: #FFFFFF !important;
	border-radius: 3px;
}

.li-btn:hover {
	/* font-weight: bold; */
	color: #FFFFFF;
}

.login .li-btn {
	width: 30%;
	font-size: 12px !important;
	height: 30px !important;
	line-height: 30px !important;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	color: #FFFFFF !important;
	border-radius: 3px;
	background: var(--btnBgColor);
	border: 1px solid var(--btnBorderColor);
}

.login .li-btn:hover {
	/* font-weight: bold; */
	color: #FFFFFF;
}

.login-input-li-title {
	line-height: 30px;
	font-size: 12px;
	padding-top: 10px;
}

.login-input-li-con {
	line-height: 30px;
	font-size: 12px;
}

.login-input-li-head {
	width: 50px;
	height: 50px;
	margin: 0;
	cursor: pointer;
	border-radius: 50%;
}

.login-input-li-head-big-box {
	width: 100px;
	height: 100px;
	margin: 0;
}

.login-input-li-head-big {
	width: 100px;
	height: 100px;
	margin: 0;
}