body {
    /*margin-top: 65px;*/
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: Rubik,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

    .page-consent .client-logo img {
        width: 80px;
        height: 80px;
    }

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

    .page-consent .consent-form .consent-description label {
        font-weight: normal;
    }

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants .grant img {
        width: 100px;
        height: 100px;
    }

    .grants .grant .clientname {
        font-size: 140%;
        font-weight: bold;
    }

    .grants .grant .granttype {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .created {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant .expires {
        font-size: 120%;
        font-weight: bold;
    }

    .grants .grant li {
        list-style-type: none;
        display: inline;
    }

        .grants .grant li:after {
            content: ', ';
        }

        .grants .grant li:last-child:after {
            content: '';
        }
/*Login Page*/
.loginPageBackground {
    background-image: url('../assest/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 92%;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container > div {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #dee2e6;
    z-index: 11;
}

.providersBox {
    background-color: #F3F8FF;
}

.a-link {
    color: #3588FF !important;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .a-link:hover {
        cursor: pointer;
    }

.fontSize-14 {
    font-size: 14px !important;
}

.ordinaryColor {
    color: #666;
}

.registerBox {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

    .registerBox .form-row {
        position: relative;
    }

    .registerBox .valid-feedback {
        position: absolute;
        bottom: 0px;
        margin-bottom: 0.25rem !important;
        margin-left: 38px;
    }

.login-postion {
    padding: 10% 0;
}

.login-box {
    width: 400px;
}

    .login-box.card {
        border: 0 solid transparent;
        border-radius: 0;
    }

.own_input {
    background-image: linear-gradient(#009efb,#009efb),linear-gradient(#e9ecef,#e9ecef);
    border: 0;
    border-radius: 0;
    float: none;
    box-shadow: none !important;
    background-color: transparent !important;
    background-position: center bottom,center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px,100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
    font-size: 14px;
}

    .own_input:focus {
        background-image: linear-gradient(#009efb,#009efb),linear-gradient(#e9ecef,#e9ecef);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        float: none;
        background-size: 100% 2px,100% 1px;
        outline: 0;
        transition-duration: .3s;
    }

.btn-info {
    color: #fff;
    background-color: #009efb;
    border-radius: 60px;
    border-color: #009efb;
    padding: .75rem 1.5rem;
}

.own_Loginbut {
    color: #fff;
    max-width: 100px;
    background-color: #6768A9;
    border-color: #6768A9;
}
.own_background {
    color: #fff;
    background-color: #6768A9;
    border-color: #6768A9;
}

.own_Loginbut.restrict-1 {
    max-width: 125px !important;
    min-width: 125px !important;
}

    @media screen and (max-width:767px) {
        .login-box {
        width: 100%;
    }
}
/*Register Page*/
.color-success {
    color: #28a745;
}

.color-primary {
    color: #007bff !important;
}

.color-rightTitle {
    color: #e88d2b;
}

.registerSucSkipBox .explain {
    white-space: nowrap;
}

.valid-feedback {
    position: absolute;
    bottom: 3px;
}

@media screen and (min-width:768px) {
    .registerSucSkipBox > div {
        margin-bottom: 300px;
    }
    .wx-web-code {
        height: 210px;
        width: 210px;
        margin-left: 10px;
        padding: 10px;
        border-radius: 5px;
    }
    .containerDiv-moveTop {
        position: relative;
        top: -60px;
    }
}

@media screen and (max-width:768px) {
    .registerSucSkipBox {
        padding: 0px !important;
    }

        .registerSucSkipBox > div {
            height: 100%;
        }
    .logo {
        width: 100% !important;
        background-position-x: center;
    }

    .containerDiv {
        width: 100% !important;
    }
    .loginPageBackground {
        background-image: none;
        min-height: 0px;
        align-items: stretch;
    }
    .cardTwo {
        border: 0px !important;
    }
    .phone {
        background-image: url(../images/index.jpg);
        background-repeat: no-repeat;
        height: 150px;
        width: 100%;
        background-size: cover;
    }
    .wx-web-code {
        display:none;
    }
}


@media screen and (max-height:800px) {
    .containerDiv-moveTop, .mainTitle {
        /*考虑到床头屏的软键盘占据了一定的位置，尽量给下面腾出空间
            position: inherit !important;
            */
    }
}

.annotationColor {
    color: #99979c;
}
.cardTwo {
    margin-bottom: 60px;
    background-color: #fff;
}
.headC {
    border: 0px currentColor;
    background: linear-gradient(to left, #203C7D 0%, #555D9E 90%);
    height: 70px;
    width: 100%;
}
.footerC {
    border: 0px currentColor;
    background-color: #203C7D;
    line-height: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
.userRedbgC {
    background-color: #fff;
}
.color-white {
    color: white;
}
.lucency-backgroupnd {
    background-color: RGBA(0,0,0,0.4);
}
.logo {
    height: 60px;
    background-image: url(../assest/img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background-position-y: 6px;
}
.containerDiv {
    width: 765px;
}
