.dede-reg-background {
	background: #fcfff7 url(/assets/img/jpg/user/dede-login-bg.jpg);
	background-repeat: no-repeat no-repeat;
	background-size: 100% 36vh;
	background-position: center top;
}

form input.form-control {
	padding: 0 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
	width: 320px;
}

form input.form-control:focus {
	box-shadow: none !important;
	border-bottom: 1px solid var(--dede-green) !important;
}



/* 获取 短信验证码 按钮  +  图片验证码显示 span */
#send_code,
#dede-img-verify-span {
	background: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #ced4da !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

/* 验证码 输入框 focus 下边框变色 */
#code:focus~#send_code,
#captcha_value:focus~#dede-img-verify-span {
	border-bottom: 1px solid var(--dede-green) !important;
}
