
* {
    margin: 0;
    padding: 0;
}
html,body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.login-wrapper, body, html {
    height: 100%
}
.login-logo {
    margin-top: 20%;
}
/* 登录框样式 */
.login-body {
    background-image: url('../images/login2/bg1.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #110543;
    background-position: 50% 50%;
}
.login-body>.login-container {
    position: absolute;
    width: 35%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background-color: rgba(22, 30, 62, .3);
    color: #fff;
}
.login-container .inner {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.log-title {
    text-align: left;
    margin-top: 26%;
    margin-bottom:40px;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
}
.info-input {
    height: 66px;
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
    margin-bottom: 36px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}
.layui-card-body,.layui-form-pane {
    position: relative;line-height: 24px;
    padding: 0;
}
.layui-form-pane .layui-form-item .layui-form-label {
    width: 49px;height: 66px;
    border-radius: 4px 0 0 4px;
    background-color: rgba(0,0,0,0);
    line-height: 66px;
    border: 0;
    padding: 0;
}
.layui-form-pane .layui-form-item .layui-input-block {
    margin-left: 49px;min-height: 66px;
}
.layui-form-pane .layui-form-item .layui-input-block input {
    height: 66px;
    line-height: 66px;border-radius: 0 4px 4px 0;
    background-color: rgba(0,0,0,0);
    border: 0;
    font-size: 18px;
    color: #333;
}
::-webkit-input-placeholder {
    color: #A5A5A5;
}
.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: 66px;
    line-height: 66px;
    padding: 0;
    background: #133BE9;
    box-shadow: 0px 10px 24px 0px rgba(46,79,222,0.28);
    border-radius: 6px;
    font-size: 22px;
    margin-top: 24px;
}
.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: rgba(255, 255, 255, 0.63) !important;
    font-size: 18px;
}
.login-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.login-footer span {
    padding: 0 5px
}

.login-footer a {
    padding: 0 5px;
    color: #fff !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 {
        padding: 36px 25px 36px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        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 {
        /*padding: 22px 25px 15px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        width: 210px;
        height: 310px;
        margin: -173px 0 0 -125px;
        top: 60%;
        left: 72%;*/
    }
}

/* 768 */
@media only screen and (min-width: 768px) {
    .login-body > .login-container {
       /* padding: 30px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        width: 340px;
        height: 346px;
        margin: -185px 0 0 -125px;
        top: 60%;
        left: 72%;*/
    }
}

/* 992 */
@media only screen and (min-width: 992px) {
    /*.login-body > .login-container {
        padding: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        width: 350px;
        height: 366px;
        margin: -194px 0 0 -138px;
        top: 60%;
        left: 72%;
    }*/
}

/* 1200 */

@media only screen and (min-width: 1200px) {
    /*.login-body > .login-container {
        padding: 30px 48px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        width: 340px;
        height: 390px;
        margin: -192px 0 0 -154px;
        top: 50%;
        left: 72%;
    }*/
}
/*1400*/
@media only screen and (min-width: 1400px) {
    /*.login-body > .login-container {
        padding: 36px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        width: 410px;
        height: 420px;
        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;*/
    /*}*/
}