html,
body,
#appContainer,
#appMain {
    height: 100%;
}

#appMain {
    position: relative;
    background-image: url(../Images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}

.loader {
    display: none;
}

.center-box {
    position: absolute;
    width: 70%;
    /*height: 30%;*/
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgba(127, 66, 38, 0.3);
    border-radius: 15px;
    background: #fff;
    min-height: 300px;
    max-width: 400px;
    /*max-height: 400px;*/
}

    .center-box .head-logo {
        width: 78px;
        height: 78px;
        /* background: #f0f8ff; */
        margin: -39px auto 0;
        /* background-image: url(../Images/wsxb@3x.png);
    background-repeat: no-repeat;
    background-size: contain; */
    }
    .center-box .logo {
        text-align:center;
        margin:20px auto 0;
        display:block;
        width:120px;
    }
    .center-box .special-text {
        font-size: 10px;
        text-align: center;
        color: #c2c2c2;
    }

.top-bg {
    position: absolute;
     /*width: 100%;*/ 
    /*width: 600px;*/
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20%;
    /* max-width: 253px; */
}

.bottom-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    max-width: 680px;
}


.nav-tabs.lined .nav-item .nav-link {
    height: 35px !important;
    font-size: 14px;
    color: #C2C2C2 !important;
    border-bottom: 2px solid #ECECEC !important;
}

.nav-tabs.lined .nav-item .nav-link.active {
    color: #FD834C !important;
    border-bottom-color: #FD834C !important;
}

.appFooter {
    position: absolute;
    padding: 16px 16px 5px 16px;
    bottom: 0;
    width: 100%;
    border-top: none;
    background: transparent;
}

.appFooter p {
    margin-bottom: 3px !important;
    font-size: 10px;
}

.form-group.boxed .form-control {
    border-color: #ECECEC;
    background: #ECECEC;
    border-radius: 4px;
    outline: none;
    border: 0;
}

.form-group.boxed .form-control:focus {
    border-color: #FD834C !important
}
    .form-group.boxed .form-control.code {
        width:70%;
        display:inline-block;
    }
.checkCode {
    vertical-align: bottom;
    height: 42px;
    width:28%;
}
    input::placeholder {
        font-size: 12px;
        line-height: 24px;
    }

.btn-verification-code {
    margin-top: 3px;
    padding: 3px 0;
    width: 84px;
    font-weight: normal;
    letter-spacing: 1px;
}

.third-party-login {
    display: none;
    font-size: 12px;
    color: #B8B8B8;
    text-align: center;
}

    .third-party-login .header {
        height: 24px;
        width: 100%;
        background: url(../Images/第三方账号登录@3x.png) no-repeat;
        background-size: 100%;
        background-position: center;
        overflow: hidden;
    }

.third-party-login .line {
    float: left;
    height: 1px;
    width: calc(50% - 50px);
    margin-top: 12px;
    background-color: #B8B8B8;
}

.third-party-login .description {
    float: left;
    margin: 0 6px;
}

.third-party-login .third-party-list {
    margin-top: 8px;
}

    .third-party-login .third-party-list .wechat {
        margin: auto;
        width: 25px;
        height: 25px;
        background-image: url(../Images/wechat.png);
        background-repeat: no-repeat;
        background-size: contain;
    }