html {
	height: 100%;
}
body.signin {
	min-height: 100%;
	margin: 0;
	background:
		linear-gradient(180deg, rgba(28, 18, 20, .42) 0%, rgba(28, 18, 20, .28) 45%, rgba(28, 18, 20, .5) 100%),
		url(../img/login-background.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.signin-wrap {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 16px;
	box-sizing: border-box;
}
.signinpanel {
	width: 100%;
	max-width: 400px;
	color: #3a2f31;
}
.signinpanel form {
	background: rgba(255, 252, 250, .92);
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 14px;
	padding: 36px 32px 28px;
	box-shadow: 0 18px 48px rgba(40, 20, 24, .28);
	backdrop-filter: blur(8px);
}
.signin-brand {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .18em;
	text-align: center;
	color: #b4232e;
	line-height: 1.2;
}
.signin-sub {
	margin: 8px 0 26px;
	text-align: center;
	font-size: 13px;
	color: #8a7376;
	letter-spacing: .12em;
}
.signinpanel .form-control {
	display: block;
	margin-top: 14px;
	height: 42px !important;
	border-radius: 8px !important;
	border: 1px solid #e4d5d7 !important;
	padding: 8px 40px 8px 14px !important;
	background-color: #fff;
	color: #333;
}
.signinpanel .form-control:focus {
	border-color: #c53a43 !important;
	box-shadow: 0 0 0 3px rgba(197, 58, 67, .12) !important;
}
.signinpanel .uname {
	background: #fff url(../img/user.png) no-repeat 95% center;
}
.signinpanel .pword {
	background: #fff url(../img/locked.png) no-repeat 95% center;
}
.signinpanel .code {
	background: #fff;
	margin: 0 0 0 0;
	padding-right: 14px !important;
}
.signinpanel .imgcode {
	display: block;
	width: 100%;
	height: 42px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #e4d5d7;
	cursor: pointer;
}
.signinpanel .m-t {
	margin-top: 14px !important;
}
.signinpanel .btn-login {
	margin-top: 18px;
	height: 42px;
	border: none;
	border-radius: 8px;
	background: linear-gradient(135deg, #d6454f 0%, #b4232e 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .2em;
}
.signinpanel .btn-login:hover,
.signinpanel .btn-login:focus {
	background: linear-gradient(135deg, #c53a43 0%, #9e1d27 100%);
	color: #fff;
}
.signin-register {
	margin-top: 16px;
	text-align: center;
	font-size: 13px;
	color: #8a7376;
}
.signin-register a {
	color: #b4232e;
}
.signup-footer {
	margin-top: 18px;
	padding-top: 0;
	border: none;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, .78);
}
@media screen and (max-width: 480px) {
	.signinpanel form {
		padding: 28px 20px 22px;
	}
	.signin-brand {
		font-size: 30px;
	}
}

/* 登录界面 check 样式 */
.checkbox-custom {
	position: relative;
	padding: 0 15px 0 25px;
	margin: 12px 0 0;
	display: inline-block;
	color: #6d585b;
}
.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	margin: -6px 0 0 0;
	top: 50%;
	left: 3px;
}
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 17px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 42%;
	left: 3px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}
.checkbox-custom label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
	box-shadow: none;
}

body .layer-ext-moon-msg[type="dialog"] {
	min-width: 100px !important;
}
body .layer-ext-moon-msg {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
}
body .layer-ext-moon-msg .layui-layer-content {
	padding: 12px 25px;
	text-align: center;
}
