/** 登录页面样式 */

body {
    background-image: url(../../assets/images/login_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-color: #f0f2f5;
}

.login-wrapper, body, html {
    height: 100%
}

.login-wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-body {
    padding: 80px 10px 0 10px;
	overflow: hidden;
}

.login-body > .layui-card {
    max-width: 360px;
    margin: 0 auto;
}

.login-body .layui-card-header {
    font-weight: 700;
    font-size: 15px;
}

.login-body .layui-form-pane .layui-form-label {
    width: 48px;
    overflow: visible;
}

.login-body .layui-form-pane .layui-input-block {
    margin-left: 0;
    width: 100%;
}

.login-body .login-captcha {
    width: 100%;
    cursor: pointer;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
}

.login-body .login-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.login-body .login-other .layui-icon {
    position: relative;
    top: 2px;
    font-size: 26px;
}

.login-body .login-other a:hover {
    opacity: .8;
}

.layui-icon-login-qq {
    color: #3492ED
}

.layui-icon-login-wechat {
    color: #4DAF29
}

.layui-icon-login-weibo {
    color: #CF1900
}


/*新界面*/
.login-body .contents{
	max-width: 1310px;
	height: 780px;
	margin: 0 auto;
	overflow: hidden;
}
.login-body .contents .img-box{
	width: calc(100% - 360px);
	height: 100%;
	background: #eee;
	float: left;
	background-image: url(../../assets/images/login_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.login-body .contents .form-box{
	width: 360px;
	height: 100%;
	background: #fff;
	float: left;
	padding: 80px 30px 24px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.login-body .contents .form-box .logo{
	margin-bottom: 100px;
}

.login-body .contents .form-box .title{
	font-size: 28px;
	color: #555b66;
	margin-bottom: 20px;
}
.login-body .contents .form-box .layui-form-item{
	margin-bottom: 20px;
}

.login-body .contents .form-box .layui-btn{
	background: #409eff;
}

.login-body .contents .form-box .bottom{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

/** 底部样式 */
.login-footer {
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-bottom: 20px;
}

.login-footer span {
    padding: 0 5px
}

.login-footer a {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(255, 255, 255, 0.4) !important;
}

/** 头部样式 */
.login-header {
    font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 10px;
}

.login-header img {
    height: 40px;
}

/** 移动设备样式 */

@media screen and (min-height: 600px) {
	.login-body {
		height: 80%;
	}
	.login-body .contents {
		height: 100%;
		min-height: 550px;
	}
}

@media screen and (max-width: 768px) {
	.login-body .contents .form-box .logo {
	    margin-bottom: 50px;
	}
    .login-body {
        padding: 0;
        height: 100%;
    }
    .login-body .contents{
    	width: 100%;
    	height: 100%;
    }
    .login-body .contents .form-box{
    	width: 100%;
    }
    .login-body .contents .img-box{
    	display: none;
    }
}


/** 辅助样式 */
.layui-link {
    color: #029789 !important;
}

.layui-link:hover {
    opacity: .8;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.login-header {
    color: rgba(0, 0, 0, .85) !important;
}

.login-footer {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}

.layui-layer-TipsT{
	border-right-color: rgb(255,76,76) !important;
}

