@font-face {
    font-family:muli;
    src: url('../assets/Muli.ttf');
    font-weight:normal;
    font-style:normal;
}

body {
    font-family: "muli","PingFangSC" !important;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.login-title h4 {
    font-weight: bold !important;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }


.login-logo {
    width: 80%;
}

.login-title {
    background-color: #fff;
    margin-bottom: 0.5rem;
}

.body-bg {
    background-image: url(/bg.png);
}


.text-with-hr {
    text-align: center;
    position: relative;
    z-index: 2;
}
    /*
        横线，并通过z-index：-1将or附近的横线遮盖住
*/
    /* .text-with-hr:before {
        position: absolute;
        content: '';
        top: 20px;
        left: 0px;
        width: 100%;
        border-bottom: 1px solid #d4d4d4;
        z-index: -1;
    } */

    .text-with-hr span {
        display: inline-block;
        padding: 8px;
        text-decoration: underline;
        text-underline-offset: 2px;
        padding-top: 0px;
        font-family: Muli SemiBold;
    }

.other-login-btn {
    color: #fff;
    background-color: #A4B4D1;
    border-color: #A4B4D1;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .375rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* width: 3.5rem; */
    height: 2rem;
}

a.other-login-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #bccbe6 !important;
    border-color: #bccbe6 !important;
}


.other-login-btn {
    color: #fff;
    background-color: #A4B4D1;
    border-color: #A4B4D1;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .375rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    /* width: 3.5rem; */
    height: 2rem;
}

a.other-login-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #bccbe6 !important;
    border-color: #bccbe6 !important;
}

.other-login-container{
    position: relative;
}

.logo-bg {
    position: absolute;
    left:21px;
    top:8px;
}

.other-login-method {
    background: #003366;
    border-radius: 4px; 
    margin-top: -4px; 
    z-index:-1; 
    color: #fff;
    min-height:100px;
}

.text-center a:hover{
    text-decoration: none;
}

.cwb-account{
    font-size: 18px;
    text-align: left;
    padding: 20px 26px 0px 26px;
    font-weight: 600;
}


.cwb-account-guide{
    font-size: 14px; 
    padding-left:26px;
    text-align: left;
}

.ust-hk-btn{
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
}

.ding-talk-login .login-logo{
    margin-bottom: 16px;
 }
 .ding-talk-login .card{
     padding-top:36px
 }

.dingtalk-login-title{
    text-align: center;
}

.dingtalk-auth-code{
    text-align: center;
}

.dingtalk-auth-code img{
    width:94px;
}

.dingtalk-auth-code div{
    color: #9C9C9C;
    padding: 24px;
}

.fetching-code {
    display: none
}

.fetching-code-failed{
    display: none
}

.fetching-code-success{
    display: none
}



@media screen and (max-width:460px) {
    .cwb-account {
        font-size: 15px;
    }
}


