html {
	height:100%
}
body.signin {
	height:auto;
	background: linear-gradient(135deg, #fff0f3 0%, #ffe4e9 50%, #ffdde5 100%);
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}
.signinpanel {
	width:1000px;
	margin:0 auto;
	padding-top: 120px;
	color:#333
}
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:20px 0
}
.signinpanel .form-control {
	display:block;
	margin-top:0;
	margin-bottom:20px;
	border:none;
	background:#f8f9fa;
	border-radius:8px !important;
	padding:12px 15px !important;
	height:46px !important;
	font-size:14px;
	color:#333
}
.signinpanel .uname {
	background:#f8f9fa url(../img/user.png) no-repeat 95% center;
	color:#333;
	padding-right:40px !important
}
.signinpanel .pword {
	background:#f8f9fa url(../img/locked.png) no-repeat 95% center;
	color:#333;
	padding-right:40px !important
}
.signinpanel .code {
	background:#f8f9fa no-repeat 95% center;
	color:#333;
	margin:0 0 15px 0
}
.signinpanel .btn {
	margin-top:0
}
.signinpanel form {
	background:transparent;
	border:none;
	box-shadow:none;
	padding:0
}
.signup-footer {
	border-top:none;
	margin:40px 0 0;
	padding-top:15px;
	text-align:center;
	color:#999;
	font-size:12px
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
		margin:0 auto;
		width:90%!important;
		padding:80px 15px 20px
	}
	.signinpanel .signin-info {
		display:none
	}
	.login-header {
		left:15px;
		top:15px
	}
	.login-card {
		padding:25px 20px
	}
	.signinpanel form {
		margin-top:20px
	}
	.signup-footer,.signuppanel .form-control {
		margin-bottom:10px
	}
	.signup-footer .pull-left,.signup-footer .pull-right {
		float:none!important;
		text-align:center
	}
	.signinpanel .signin-info ul {
		display:none
	}
}
@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
		margin:0 15px;
		width:auto
	}
}
/*
登录界面check样式
*/
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    display: inline-block;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0; /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
/*
设计新的checkbox，位置
*/
.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，将新的checkbox关联起来
*/
.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; /*改变了rememberme的字体*/
    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;
}

.form-control {
    border-radius: 1px!important;
    padding: 6px 12px!important;
    height: 34px!important;
}

.form-control:focus {
    border-color: #ff4d6d !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px rgba(255, 77, 109, 0.1) !important
}

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;
}

/* ===== 新版登录页样式 ===== */
.login-header {
    position: absolute;
    top: 30px;
    left: 40px
}
.login-header .logo {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333
}
.login-header .logo img {
    width: 32px;
    height: 32px;
    margin-right: 10px
}
.signin-info {
    padding-top: 60px
}
.signin-info h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    letter-spacing: 2px
}
.signin-info > p {
    font-size: 20px;
    color: #666;
    margin-bottom: 40px
}
.login-decoration {
    position: relative;
    width: 400px;
    height: 280px;
    margin-top: 30px
}
.deco-card {
    position: absolute;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(255, 77, 109, 0.15)
}
.card-1 {
    width: 180px;
    height: 140px;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    transform: rotate(-5deg)
}
.card-2 {
    width: 160px;
    height: 120px;
    top: 80px;
    left: 140px;
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    transform: rotate(5deg);
    opacity: 0.8
}
.card-3 {
    width: 140px;
    height: 100px;
    top: 140px;
    left: 80px;
    background: linear-gradient(135deg, #fad0c4 0%, #ffd1ff 100%);
    transform: rotate(-3deg);
    opacity: 0.7
}
.login-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 8px 32px rgba(255, 77, 109, 0.1)
}
.login-tabs {
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0
}
.login-tabs span {
    display: inline-block;
    padding: 0 15px 12px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    position: relative
}
.login-tabs span.active {
    color: #ff4d6d;
    font-weight: 600
}
.login-tabs span.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #ff4d6d;
    border-radius: 2px
}
.signinpanel .form-control::placeholder {
    color: #bbb
}
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}
.login-options .register-link {
    font-size: 13px;
    color: #666
}
.login-options .register-link a {
    color: #ff4d6d;
    text-decoration: none
}
.signinpanel .btn-login {
    background: linear-gradient(135deg, #ff6b81 0%, #ff4d6d 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    border-radius: 8px !important;
    margin-top: 0;
    transition: all 0.3s ease
}
.signinpanel .btn-login:hover {
    background: linear-gradient(135deg, #ff4d6d 0%, #ff3355 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 77, 109, 0.3)
}
.agreement {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: #999
}
.agreement a {
    color: #ff4d6d;
    text-decoration: none
}
.agreement input[type="checkbox"] {
    margin-right: 4px
}
.checkbox-custom {
    position: relative;
    padding: 0 0 0 22px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    top: 0;
    left: 0
}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #fff
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 50%;
    left: 2px;
    margin-top: -7px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    color: #ff4d6d;
    text-align: center
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    color: #666;
    display: inline;
    vertical-align: middle
}
.imgcode {
    border-radius: 6px
}