
.bg-login {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url("../image/bg-login.jpg") no-repeat center bottom;
    background-size: 100% 100%;
}


.logo_font {
    float: left;
    margin: 15px 0;
}

    .logo_font img {
        height: 60px;
    }

.login-header-txt {
    float: left;
    font-size: 20px;
    line-height: 22px;
    padding-left: 15px;
    border-left: solid 1px #ddd;
    margin: 35px 0 0 15px;
    color: #555;
}

@media(max-width:991px) {
    .logo_font img {
        height: 50px;
    }
}

@media(max-width:480px) {
    .logo_font img {
        height: 40px;
    }
}

@media(max-width:400px) {
    .logo_font img {
        height: 30px;
    }

    .login-header-txt {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media(max-width:400px) {
    .logo_font img {
        height: 28px;
    }

    .login-header-txt {
        font-size: 14px;
        padding-left: 8px;
        margin: 18px 0 0 8px;
    }
}

.login {
    position: relative;
    width: 500px;
    margin: 70px auto;
}

.login-w2 {
    width: 800px;
}

.login-tit2 {
    font-size: 20px !important;
    text-align: center;
    line-height: 40px;
    color: #333;
    border-radius: 6px 6px 0 0;
    line-height: 60px;
    border-bottom: #dbdbdb 1px solid;
}

    .login-tit2 p {
        margin-bottom: 0;
    }

.login-box {
    margin: 15px 0 0;
    padding: 30px 50px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}

@media(max-width:768px) {

    .page-wrapper, .bg-login {
        background: #f8f8f8;
    }

    .login {
        width: 71%;
        margin: 100px auto;
    }

    .login-box {
        width: 100%;
        padding: 30px;
    }
}

@media(max-width:414px) {
    .login {
        width: 100%;
        margin: 10px auto;
    }
}

@media(max-width:320px) {
    .login-box {
        width: 100%;
        padding: 20px 18px;
    }
}

.login-box .form-group {
    position: relative;
    clear: both;
}

.login-btn {
    width: 100%;
    text-align: center;
    height: 44px;
    background: #fdca00;
    color: #fff !important;
    border: 0 !important;
    font-size: 18px;
    margin: 0;
}

    .login-btn:hover {
        background: #ffa025;
        color: #fff !important;
    }

.btn-yzm {
    text-align: center;
    height: 44px;
    background: #3598dc;
    color: #fff;
    border: 0 !important;
    font-size: 14px;
}


.label-ico {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    color: #999;
}

.label-ico1 {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #999;
}

.inpu-tips {
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
    color: red;
    width: 100%;
    clear: both;
}

.rememberme {
    margin-bottom: 0 !important;
    vertical-align: top;
}

.mt-checkbox > input:checked ~ span:after {
    display: block;
}

.login-box .mt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.login-box .mt-checkbox > span {
    border: 1px solid #bbb !important;
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff !important;
}

    .login-box .mt-checkbox > span:after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #5abd5a;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.mt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}

.fin-pwd-box {
    border: #dbdbdb 1px solid;
    padding: 50px;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .fin-pwd-box .tabbable-line {
        width: 60%;
        margin: 0 auto;
    }

    .fin-pwd-box .tab-content {
        padding: 30px 0;
    }

@media(max-width:1199px) {
    .fin-pwd-box .tabbable-line {
        width: 50%;
    }
}

@media(max-width:767px) {
    .fin-pwd-box .tabbable-line {
        width: 65%;
    }
}

@media(max-width:480px) {
    .fin-pwd-box .tabbable-line {
        width: 100%;
    }
}


@media(min-width:414px) {
    .tabbable-line > .zhmm > li {
        margin-right: 30px;
    }

        .tabbable-line > .zhmm > li:last-child {
            margin-right: 0;
        }
}

@media(max-width:375px) {
    .fin-pwd-box {
        padding: 15px;
    }

    .tabbable-line > .zhmm > li {
        width: 50% !important;
    }

        .tabbable-line > .zhmm > li > a {
            padding: 0 !important;
            text-align: center;
        }

    .fin-pwd-box .tab-content {
        padding: 20px 0;
    }
}

.fin-pwd {
    float: right;
    font-size: 14px;
    color: #327ad5;
}

    .fin-pwd:hover {
        color: #ff9000;
    }

.login-box .form-horizontal .control-label {
    padding-top: 10px;
}

.logo-sm {
    margin: 0 auto;
    width: 280px;
}

    .logo-sm img {
        width: 100%;
    }

@media(min-width:769px) {
    .logo-sm {
        display: none;
    }
}

@media(max-width:768px) {
    .page-wrapper .page-wrapper-bottom, .page-wrapper .page-wrapper-top {
        display: none !important;
    }
}
