body {
    margin-top: 50px;
}

.navbar-header {
    position: relative;
    /*top: -4px;*/
}

.navbar-brand {
    padding: 0;
}

    .navbar-brand > .icon-banner {
        position: relative;
        /*top: -2px;*/
        display: inline;
        height: 50px;
    }

#forgetPwd {
    cursor: pointer;
}

.register-page .center-content,
.login-page .center-content {
    display: block;
    margin: 100px auto;
    max-width: 50%;
}

.register-page .panel,
.login-page .panel {
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 12px 20px rgba(38, 38, 38, 0.12);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 12px 20px rgba(38, 38, 38, 0.12);
    border: none;
    border-radius: 12px;
}

.register-page .panel-heading,
.login-page .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}

.register-page .panel-body,
.login-page .panel-body {
    padding: 50px 36px;
}

    .register-page .panel-body .title-frame,
    .login-page .panel-body .title-frame {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 48px;
    }

        .register-page .panel-body .title-frame .ptitle,
        .login-page .panel-body .title-frame .ptitle {
            font-size: 22px;
            color: #262626;
            font-weight: 500;
            line-height: 32px;
            margin-bottom: 0;
        }

        .register-page .panel-body .title-frame .btntip,
        .login-page .panel-body .title-frame .btntip {
            border-radius: 0;
            padding: 0;
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            border-width: 0;
            color: #1b9aee;
            background: transparent;
        }

            .register-page .panel-body .title-frame .btntip:focus,
            .login-page .panel-body .title-frame .btntip:focus {
                outline: none;
            }

    .register-page .panel-body .login-microsoft,
    .login-page .panel-body .login-microsoft {
        border: 2px solid #efefef;
        -webkit-transition: 218ms;
        -o-transition: 218ms;
        transition: 218ms;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
        cursor: pointer;
    }

        .register-page .panel-body .login-microsoft .icon-microsoft,
        .login-page .panel-body .login-microsoft .icon-microsoft {
            width: 20px;
            height: auto;
        }

        .register-page .panel-body .login-microsoft:hover,
        .login-page .panel-body .login-microsoft:hover {
            border-color: rgba(0, 0, 0, 0.3);
            background-color: #f7f7f7;
        }

.register-page .item,
.login-page .item {
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    background: #fff;
}

    .register-page .item:hover,
    .login-page .item:hover {
        text-decoration: none;
        color: #337ab7;
    }

.register-page .item-active,
.login-page .item-active {
    color: #337ab7;
    background: #fff;
    border-bottom: 2px solid #337ab7;
}

.register-page .border-left,
.login-page .border-left {
    padding: 10px 0;
    border-left: 1px solid #ddd;
}

.register-page .domainReg,
.login-page .domainReg {
    text-align: left;
    font-size: 16px;
}

.register-page .rememberLogin,
.login-page .rememberLogin {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.register-page .login-input,
.login-page .login-input {
    color: #526075;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 10px;
    line-height: 24px;
    font-size: 16px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.register-page .login-email,
.login-page .login-email {
    color: #526075;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 10px;
    line-height: 24px;
    font-size: 16px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.register-page .login-password,
.login-page .login-password {
    margin-top: 24px;
    color: #526075;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 10px;
    line-height: 24px;
    font-size: 16px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

    .register-page .form-control:focus,
    .login-page .form-control:focus,
    .register-page .login-password:focus,
    .login-page .login-password:focus,
    .register-page .login-email:focus,
    .login-page .login-email:focus {
        border-bottom-color: #0598fa;
    }

    .register-page .form-control:focus-within,
    .login-page .form-control:focus-within,
    .register-page .login-password:focus-within,
    .login-page .login-password:focus-within,
    .register-page .login-email:focus-within,
    .login-page .login-email:focus-within {
        border-bottom-color: #0598fa;
    }

.register-page input::-internal-autofill-selected,
.login-page input::-internal-autofill-selected {
    background-color: transparent !important;
}

.register-page .aadSignInImg,
.login-page .aadSignInImg {
    display: block;
    margin: 0 auto 30px;
}

.register-page .messageTip,
.login-page .messageTip {
    color: #888;
}

.register-page .border-bottom,
.login-page .border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.register-page .btn-login,
.login-page .btn-login {
    color: #fff;
    border-style: solid;
    background-color: #1b9aee;
    border-color: transparent;
    border-radius: 4px;
    padding: 0 12px;
    height: 46px;
    line-height: 34px;
    font-size: 16px;
    border-width: 1px;
    margin-top: 24px;
}

    .register-page .btn-login:hover,
    .login-page .btn-login:hover {
        color: #fff;
        background-color: #0171c2;
        border-color: transparent;
        text-decoration: none;
    }

.register-page .third-login-tip,
.login-page .third-login-tip {
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    color: #888;
}

.register-page .btn-Back,
.login-page .btn-Back {
    padding: 0 12px;
    height: 46px;
    line-height: 34px;
    margin-top: 24px;
    margin-left: 16px;
}

.register-page .btn-register,
.login-page .btn-register {
    color: #fff;
    height: 60px;
    line-height: 48px;
    font-size: 18px;
    background: linear-gradient(135deg, #2d8fe2 0%, #337ab7 100%);
    box-shadow: 0 1px 3px -1px #337ab7;
}

    .register-page .btn-register:hover,
    .login-page .btn-register:hover {
        background: linear-gradient(135deg, #2d8fe2 0%, #337ab7 100%);
        box-shadow: 0 5px 8px -4px #337ab7;
    }

.icon {
    position: relative;
    height: 64px;
}

.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: '';
        }

#particleGround {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#domainForgetPwd {
    cursor: pointer;
    font-size: 16px;
}

.body-content {
    min-height: calc(100vh - 154px);
}

.footer {
    padding: 16px 0;
    background-color: #253756;
}

    .footer .row {
        max-width: 1200px;
        margin: 0 auto;
    }

        .footer .row .leftFrame {
            display: inline-block;
            width: 50%;
        }

            .footer .row .leftFrame .leftLogo {
                height: 72px;
                width: auto;
            }

        .footer .row .rightFrame {
            float: right;
            width: 50%;
            color: #fff;
            text-align: right;
            padding-top: 16px;
        }

            .footer .row .rightFrame p {
                margin: 0;
                color: #fff;
            }
