
.login-center {
    height: auto;
    background-image: url(../../../media/login/bg1.jpg);
    background-size: cover;
    background-position: top;
    padding-bottom: 20px;
}

body {
    background: #fff;
}

.login-bottom {
    height: 80px;
    text-align: center;
    padding: 40px 15px;
}

.qrcode {
    font-size: 12px;
    margin-top: 18px;
}

.qrcodemin {
    width: 200px;
    float: none;
    margin: 10px auto
}

.qrcode img {
    float: left;
    margin-right: 20px;
}

.qrtips {
    display: block;
    float: left;
    margin-top: 10px;
}

.f-r {
    float: right;
}

.b-bg {
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px 20px 20px 20px;
    color: #fff;
    height: 340px;
    overflow: hidden;
}

.margin-top-20 {
    margin-top: 20px;
}

.login-tab {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0px
}

.kt-portlet .kt-portlet__head {
    padding: 0px;
    min-height: 45px;
}

.kt-portlet__head-toolbar {
    width: 100%;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-toolbar .nav-tabs {
    width: 100%;
}

.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
    color: #fff;
    border-bottom: 1px solid #3597ff;
}

.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link, .nav-tabs.nav-tabs-line a.nav-link {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: inline;
}

.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #3597ff;
}

.nav-tabs.nav-tabs-line .nav-item {
    margin-right: 0px;
    width: 50%;
}

.kt-portlet .kt-portlet__body {
    padding: 0px;
}

.weixinqr {
    display: block;
    width: 206px;
    height: 206px;
    margin: 20px auto;
}

.wxtips {
    text-align: center;
}

.tishi {
    width: 100%;
    text-align: center;
}

.errorone {
    color: #ec0000;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    visibility: hidden;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}

.visible {
    visibility: visible;
}

.error {
    color: #ec0000;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    padding-left: 40px;
    visibility: hidden;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}

.f-l {
    float: left;
}

.usernameinput {
    height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 40px;
    background-image: url(../../../media/login/admin.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.pwdinput {
    height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 40px;
    background-image: url(../../../media/login/pwd.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.radius-8 {
    border-radius: 8px;
}

.yzminput {
    height: 40px;
    width: 48%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 40px;
    background-image: url(../../../media/login/safe.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.yzm {
    width: 48%;
    height: 40px;
    background: #e6e6e6;
    overflow: hidden;
    margin-left: 4%;
}

.logininput {
    height: 40px;
    width: 48%;
    background-color: #1d63cc;
    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 16px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

    .logininput:nth-child(even) {
        margin-left: 4%;
        background-color: #ddd;
        color: #1d63cc;
    }

        .logininput:nth-child(even):hover {
            background-color: #1d63cc;
            color: #fff;
        }

    .logininput:hover {
        background-color: #4885e0;
    }

.margin-top-10 {
    margin-top: 10px;
}

.usernameinput:focus, .pwdinput:focus, .yzminput:focus {
    outline: none;
}

.usernameinput:hover {
    border: 1px solid #00deff;
}

.pwdinput:hover {
    border: 1px solid #00deff;
}

.yzminput:hover {
    border: 1px solid #00deff;
}

.forgetpwd {
    color: #fff
}

.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
    margin-bottom: -4px;
}

.infoul {
    color: #fff;
    line-height: 32px;
}

.margin-top-15 {
    margin-top: 15px;
}

ul {
    padding: 0px;
}

.infoul {
    margin-top: 30px;
}

    .infoul li {
        overflow: hidden;
        margin-top: 6px;
    }

.infodate {
    display: block;
    float: left;
    background-color: #4885e0;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 15px;
    line-height: 12px;
    margin-top: 4px;
    margin-right: 10px;
}

.infotext {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

    .infotext a {
        color: #fff;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
    }

        .infotext a:hover {
            text-decoration: underline !important;
        }

.titlebox {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    position: relative;
}

.titletxt {
    position: absolute;
    padding: 0px 20px;
    border-bottom: 3px solid #3597ff;
    height: 50px;
}

.infomore {
    float: right;
    color: #fff;
    font-size: 14px;
}

.b-bg-role {
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px 20px 20px 20px;
    color: #fff;
    overflow: hidden;
}

.text-c {
    text-align: center;
}

.rolechangetitle {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
}

.rolebtn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background-color: #1d63cc;
    font-size: 20px;
    border-radius: 10px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

    .rolebtn:hover {
        color: #fff;
        background-color: #4885e0;
        font-weight: bold;
    }

@media (min-width:1024px) {
    .login-top {
        height: 115px;
        background: -moz-linear-gradient(top, #ffffff 0%, #e1ebfa 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1ebfa));
        background: -webkit-linear-gradient(top, #ffffff 0%,#e1ebfa 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#e1ebfa 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#e1ebfa 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e1ebfa 100%);
        box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.21);
    }

    .logobox {
        font-size: 30px;
        color: #093264;
        font-weight: bold;
        float: left;
        margin-top: 34px;
        margin-bottom: 34px;
    }

        .logobox img {
            margin-right: 15px;
        }

    .visual-max {
        display: block;
    }

    .visual-min {
        display: none;
    }
}

@media (max-width:1023px) {
    .logobox img {
        display: none;
    }

    .logobox {
        font-size: 1.2rem;
        color: #093264;
        font-weight: bold;
        line-height: 3rem;
    }

    .visual-max {
        display: none;
    }

    .visual-min {
        display: block;
    }
}

@media (max-width:534px) {
    .login-bottom {
        height: auto;
        text-align: center;
        padding: 20px 15px;
    }
}
