
* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
    width: 100%;
}
.login-wrapper, body, html {
    height: 100%
}
.login-logo {
    padding: 2% 5%;
}
/* 登录框样式 */
.login-body {
    background-image: url('../images/login_bg.jpg');
    background-size: cover;
    height: 70%;
}
.login-body>.login-container {
    background: #ffffff;
    padding: 2% 2% 1% 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 65%;
    top: 21%;
    width: 17%;
    box-shadow: 0 0 5px rgb(4, 102, 173);
}
.log-title span {
    margin-left: 5px;font-size: 20px;vertical-align: middle;color: #333;
}
.info-input {
    border: 1px solid rgba(0,0,0,0);
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.layui-card-body,.layui-form-pane {
    position: relative;padding: 8% 0;line-height: 24px;
}
.layui-form-pane .layui-form-item .layui-form-label {
    width: 49px;height: 40px;background: #fff;border-radius: 4px 0 0 4px;
}
.layui-form-pane .layui-form-item .layui-input-block {
    margin-left: 49px;min-height: 40px;
}
.layui-form-pane .layui-form-item .layui-input-block input {
    height: 40px;border-radius: 0 4px 4px 0;
}

.slider-item {
    background: #e8e8e8;
    height: 42px;
    line-height: 42px;
}
.slider-btn {
    width: 46px !important;
    height: 95% !important;
    border: 1px solid #e6e6e6 !important;

}
.layui-icon-next::before {
    content: "\e65b";
    color: #d8d8d8;
}

.login-button {
    height: 43px;
    line-height: 43px;
    padding: 0;
    background-color: #0482e8;
    font-size: 20px;
}
.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
    margin-top: 0;
}
/** 底部样式 */
.login-footer-top {
    height: 27px;padding: 10px 5%;
}
.login-footer-top .left-div,.login-footer-top .right-div {
    display: inline-block;font-size: 15px;color: #5e6c7b;font-weight: bold;
}
.login-footer-top .left-div {
    float: left;
}
.login-footer-top .right-div {
    float: right;
}
.login-footer-top .right-div img {
    margin: 0 7px;
}
.login-footer {
    text-align: center;
    line-height: 40px;
    color: #666 !important;
    font-size: 12px;
}
.login-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.login-footer span {
    padding: 0 5px
}

.login-footer a {
    padding: 0 5px;
    color: #666 !important;
}

.login-footer a:hover {
    color: #1b90d6 !important;
}

/** 头部样式 */
.login-content {
    width:1200px;
    position:absolute;
    left:50%;
    top:60px;
    margin-left:-600px;
    z-index:9
}

/** 辅助样式 */
.layui-link {
    color: #48a1ea !important;
}

.layui-link:hover {
    opacity: .8;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}
/** 自适应布局 */
@media only screen and (min-height: 1050px) {
    .login-logo {
        padding: 3% 5%;
    }
    .login-footer {
        position: absolute;
        bottom: 50px;
        width: 100%;
    }
}


/* < 600 */
@media only screen and (max-width: 600px) {
    .login-body > .login-container {
        background: #ffffff;
        padding: 36px 25px 36px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        box-shadow: 0 0 5px rgb(4, 102, 173);
        width: 310px;
        height: 310px;
        margin: -173px 0 0 -125px;
        top: 47%;
        left: 40%;
    }
}

/* 600 */
@media only screen and (min-width: 600px) {
    .login-body > .login-container {
        background: #ffffff;
        padding: 22px 25px 15px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        box-shadow: 0 0 5px rgb(4, 102, 173);
        width: 210px;
        height: 310px;
        margin: -173px 0 0 -125px;
        top: 50%;
        left: 72%;
    }
}

/* 768 */
@media only screen and (min-width: 768px) {
    .login-body > .login-container {
        background: #ffffff;
        padding: 37px 25px 25px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        box-shadow: 0 0 5px rgb(4, 102, 173);
        width: 270px;
        height: 308px;
        margin: -185px 0 0 -125px;
        top: 50%;
        left: 72%;
    }
}

/* 992 */
@media only screen and (min-width: 992px) {
    .login-body > .login-container {
        background: #ffffff;
        padding: 37px 25px 25px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        box-shadow: 0 0 5px rgb(4, 102, 173);
        width: 300px;
        height: 320px;
        margin: -194px 0 0 -138px;
        top: 50%;
        left: 72%;
    }
}

/* 1200 */

@media only screen and (min-width: 1200px) {
    .login-body > .login-container {
        background: #ffffff;
        padding: 29px 25px 19px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        box-shadow: 0 0 5px rgb(4, 102, 173);
        width: 336px;
        height: 325px;
        margin: -192px 0 0 -154px;
        top: 50%;
        left: 72%;
    }
}
/*1400*/
@media only screen and (min-width: 1400px) {
    .login-body > .login-container {
        background: #ffffff;
        padding: 29px 25px 19px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        box-shadow: 0 0 5px rgb(4, 102, 173);
        width: 20%;
        height: auto;
        margin: -230px 0 0 -154px;
        top: 54%;
        left: 72%;
    }
    .layui-card-body, .layui-form-pane {
        padding: 8% 0 2% 0;
    }
    .layui-form-item {
        margin-bottom: 18px;
    }
    .login-container>form>.layui-form-item:nth-child(3){
        margin-bottom: 28px;
    }
    .login-container>form>.layui-form-item:nth-child(4){
        margin-bottom: 46px;
    }
}