html {
    height: 100%;
    background-color: #ebeceb;
}

body {
    margin-top: 0 !important;
    /*height: 100%;*/
    background-image: url("../images/login-bg.png?2.0");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width:2200px) {
    body {
        background-image: url("../images/login-bg3000.png?2.0");
    }
}

@media screen and (max-width:600px) {
    body {
        width: 600px;
    }
}

ul, ol {
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 0;
}

strong {
    text-align: left;
}

.container {
    width: 100% !important;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.navbar.navbar-inverse.navbar-fixed-top {
    display: none;
}

.login-page {
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
}

    .login-page .login-page-width {
        /*height: 500px;*/
        position: absolute;
        box-sizing: border-box;
        width: 342px;
        text-align: center;
        margin: 0 auto;
        left: 50%;
        top: 38%;
        transform: translate(-50%, -50%);
    }

    .login-page .logo .login-icon {
        display: block;
        height: 50px;
        /* background: url("../images/login-logo.png") no-repeat center top / 342px 50px; */
        background: url("../images/login-logo.png") no-repeat center;
    }

    .login-page .logo .login-p {
        font-size: 16px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: rgba(43,43,43,0.5);
        line-height: 26px;
    }

/*tabs切换*/
div.alert.alert-danger {
    margin-top: -36px;
    margin-bottom: 14px;
}

    div.alert.alert-danger + div.login-content {
        margin-top: 0px;
    }

.login-page .logo {
    margin-bottom: 50px;
}

.login-page .login-content {
}

    .login-page .login-content .tabs-title {
        margin: 0 0 30px 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        list-style: none;
        border-bottom: 1px solid #DADADA;
    }

        .login-page .login-content .tabs-title li {
            margin: 0 0 -1px 0;
            padding: 0;
            line-height: 36px;
            width: 50%;
            font-size: 16px;
            font-family: "Microsoft YaHei";
            font-weight: 400;
            color: rgba(57,57,57,1);
            cursor: pointer;
            text-align: center;
        }

            .login-page .login-content .tabs-title li.active {
                color: #2D8CF0;
                border-bottom: 2px solid #2D8CF0;
            }

    .login-page .login-content .tabs-con {
        text-align: left;
        display: none;
    }

        .login-page .login-content .tabs-con.active {
            display: block;
        }

    .login-page .login-content .tabs-con-img {
        height: 213px;
        background: url("../images/login-erweima.png") no-repeat center center;
    }

    .login-page .login-content .tabs-con .input-group {
    }

        .login-page .login-content .tabs-con .input-group.zhanghao input:focus,
        .login-page .login-content .tabs-con .input-group.mima input:focus {
            border: 1px solid #2D8CF0;
        }

    .login-page .login-content .tabs-con input[type="text"],
    .login-page .login-content .tabs-con input[type="password"] {
        display: block;
        width: 100%;
        height: 42px;
        background: rgba(255,255,255,1);
        border: 1px solid rgba(205,205,205,1);
        border-radius: 2px;
        text-indent: 10px;
    }

    .login-page .login-content .tabs-con .input-group.zhanghao {
        margin-bottom: 14px;
        width: 100%;
    }

    .login-page .login-content .tabs-con .input-group.mima {
        margin-bottom: 14px;
        width: 100%;
    }

    .login-page .login-content .tabs-con .input-group.checkbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }

        .login-page .login-content .tabs-con .input-group.checkbox input {
            width: 18px;
            height: 18px;
            margin-right: 8px;
            border-radius: 4px;
        }

        .login-page .login-content .tabs-con .input-group.checkbox .tip-text {
            width: 84px;
            font-size: 14px;
            font-weight: 400;
            color: rgba(57,57,57,1);
            line-height: 26px;
        }

    .login-page .login-content .tabs-con .input-group.button {
        width: 100%;
    }

        .login-page .login-content .tabs-con .input-group.button .btn.btn-primary {
            transition: all .2s;
            width: 100%;
            display: block;
            background: #2D8CF0;
            border-radius: 4px;
            height: 48px;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            border: 1px solid #2D8CF0;
        }

            .login-page .login-content .tabs-con .input-group.button .btn.btn-primary:hover {
                transition: all .2s;
                background: #357ED7;
                border: 1px solid #357ED7;
            }

            .login-page .login-content .tabs-con .input-group.button .btn.btn-primary:active {
                transition: all .2s;
                background: #357ED7;
                border: 1px solid #357ED7;
            }

.error-page {
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
    overflow: hidden
}

    .error-page .content {
        height: 500px;
        position: absolute;
        width: 342px;
        left: 50%;
        top: 49%;
        transform: translate(-50%, -50%);
    }

    .error-page .page-header {
        padding-bottom: 36px;
    }

.login-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
}

.remark {
    text-align: center;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: rgba(255,255,255,0.56);
    margin: 0 auto;
    line-height: 26px;
}

.links {
    width: 340px;
    margin: 0 auto 15px;
}

    .links a:first-child {
        margin-right: 60px;
    }

    .links a {
        display: inline-block;
        width: 64px;
        height: 13px;
        font-size: 12px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        text-decoration: underline;
        color: #393939;
        height: 26px;
        line-height: 26px;
    }

#cookieConsent {
    position: absolute;
}
/*錯誤提示*/

.alert-danger {
    text-align: left;
    color: #a94442;
    background-color: none;
    border-color: #ebccd1;
    /* position: absolute; */
    /* top: 80px; */
    width: 100%;
    padding: 10px 5px;
}

    .alert-danger ul li {
        line-height: 22px;
    }

    .alert-danger strong {
        /*display:none;*/
    }

.login-logo {
    max-width: 342px;
    max-height: 80px;
}
/*验证码*/
.yanzhengma {
    width: 100%;
}

.login-page .login-content .tabs-con input[type="text"].yanzhengma-input {
    display: inline-block;
    width: calc(100% - 140px);
}

.send-code {
    display: inline-block;
    width: 130px;
    margin-left: 10px;
    height: 42px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(205,205,205,1);
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(183,183,183,1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

    .send-code.active {
        color: #0e0e0e;
    }

.login-page .login-content .tabs-con .input-group.yanzhengma {
    margin-bottom: 16px;
}

div, span {
    box-sizing: border-box;
}

.link-gxt {
    color: #ffffff;
}

    .link-gxt:hover {
        color: #ffffff;
    }

    .link-gxt:active, .link-gxt:visited, .link-gxt:link {
        color: #ffffff;
    }

.link-gxt-img {
    margin: 0 3px 2px 0;
    width: 18px;
    height: 18px;
}

.auth-code {
    float: right;
    cursor: pointer;
}

    .auth-code img {
        border-radius: 4px;
    }

.quick-link + .quick-link {
    margin-left: 18px;
}


.form-msg {
    margin-bottom: 15px;
}

.full-block,
.back {
    display: block;
    width: 100%;
}

.back {
    margin: 10px 0;
    cursor: pointer;
}

.image-code {
    display: none;
}

.login-page .login-content .tabs-con .input-group.button a.btn.btn-primary {
    line-height: 36px;
}

.forget-pass {
    position: absolute;
    right: 0;
}

    .forget-pass:hover {
        cursor: pointer;
    }

.link-forget, .link-forget:active, .link-forget:visited, .link-forget:link, .link-forget:hover {
    color: #999999;
    text-decoration: none;
}
