body {
	background-image: url(../img/user_login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.forgot-password {
	padding: 15px;
}
.forgot-password .forgot-password-header {
	padding: 30px 0 15px;
	width: 160px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.forgot-password .main {
	margin-top: 15px;
	margin-bottom: 50px;
}

.forgot-password .main .tab-content {
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	margin-top: 30px;
	border-radius: 15px;
}

/* 验证码登录 */
.forgot-password .main .tab-content .form-group {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: #eeeeee 1px solid;
	margin-bottom: 30px;
	width: 100%;
}

.forgot-password .main .tab-content .form-group .icon {
	width: 30px;
	height: 30px;
}

.forgot-password .main .tab-content .form-group .icon img {
	margin: 5px 0;
	width: 20px;
	height: 20px;
}

.forgot-password .main .tab-content .form-group .input {
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
}

.forgot-password .main .tab-content .form-group .input input {
	width: 100%;
	height: 35px;
	font-size: 16px;
	border: 0;
}
.forgot-password .main .tab-content .form-group .code-input input {
	width: calc(100% - 110px);
	height: 35px;
	font-size: 16px;
	border: 0;
}

.forgot-password .main .tab-content .form-group .code-input button {
	width: 100px;
	border: 0;
	background-color: #fea81d;
	color: #fff;
	font-size: 14px;
	height: 30px;
	padding: 0 5px;
	border-radius: 15px;
}

.forgot-password .main .tab-content .submit {
	background-color: #fea81d;
	border: 0;
	border-radius: 25px;
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -100px;
}