body, html {
    height: 100%
}

.layui-layout-body {
    overflow: auto;
}

#userLogin,
.user-display-show {
    display: block !important;
}

.user-login {
    position: relative;
    left: 0;
    top: 0;
    padding: 200px 0;
    min-height: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
}

.user-login-main {
    width: 433px;
    margin: 0 auto;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
}

.user-login-box {
    padding: 20px;
}

.user-login-header {
    padding-bottom: 0;
}

.user-login-header h2{margin: 5px 0; font-weight: 300; font-size: 24px; color: #000;}
.user-login-header p{font-weight: 300; color: #000;}

.user-login-body .layui-form-item {
    position: relative;
}

.user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 48px;
    line-height: 44px;
    font-size:18px;
    text-align: center;
    color: #d2d2d2;
    z-index: 99999;
}

.user-login-body .layui-form-item .layui-input {
    padding-left: 48px;
    height:45px;
}
.layui-form-item{
    margin-bottom: 20px;
}
.user-login-codeimg {
    max-height: 38px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.user-login-other {
    position: relative;
    font-size: 0;
    line-height: 38px;
    padding-top: 20px;
}

.user-login-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.user-login-other .layui-icon {
    position: relative;
    top: 2px;
    font-size: 26px;
}

.user-login-other a:hover {
    opacity: 0.8;
}

.layadmin-user-jump-change {
    float: right;
}
.layui-btn{
    height:45px;
    line-height: 45px;
    background-color: #3FBEB1;
}
.user-login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

.user-login-footer span {
    padding: 0 5px;
}

.user-login-footer a {
    padding: 0 5px;
    color: #fff;
}

.user-login-footer a:hover {
    color: #1E9FFF;
}

/* 有背景图时 */
.user-login-main[bgimg] {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

/* 主题背景 */
.ladmin-user-login-theme {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.ladmin-user-login-theme ul {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
}

.ladmin-user-login-theme ul li {
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 43px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    background-color: #f2f2f2;
}

.ladmin-user-login-theme ul li:hover {
    opacity: 0.9
}
/*适应宽度*/
@media screen and (max-width: 1365px) {
    .login_left {
        display: inline-block;
        float: left;
        padding-left:10%;
        width: 50%;
    }

    .login_right {
        display: inline-block;
        width: 30%;
        float: right;
        padding-top: 10px;
        padding-right:10%;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
    .login_left {
        display: inline-block;
        float: left;
        padding-left:15%;
        width: 45%;
    }

    .login_right {
        display: inline-block;
        width: 30%;
        float: right;
        padding-top: 10px;
        padding-right:10%;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .login_left {
        display: inline-block;
        float: left;
        padding-left:20%;
        width: 40%;
    }

    .login_right {
        display: inline-block;
        width: 15%;
        float: right;
        padding-top: 10px;
        padding-right:25%;
    }
}
@media screen and (min-width: 1920px) {
    .login_left {
        display: inline-block;
        float: left;
        padding-left:35%;
        width: 25%;
    }

    .login_right {
        display: inline-block;
        width: 30%;
        float: right;
        padding-top: 10px;
        padding-right:10%;
    }
}
.user-jump-change {
    float: right
}
