﻿.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-left-side {
    background: linear-gradient(90deg, #1e77ea 0%, #1666d0 35%, #0b4ea7 100%) !important;
}

    .login-left-side .header-text {
        color: #fff;
        font-size: 65px;
        font-weight: 600;
        font-family: system-ui;
    }

    .login-left-side .body-text {
        color: #fff;
        font-size: 30px;
        font-weight: 300;
        font-family: system-ui;
    }

    .login-left-side .footer-text {
        color: #7fb6ff;
        font-size: 18px;
        font-weight: 300;
        font-family: system-ui;
    }

.form-group {
    position: relative;
}

.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
}

.form-group .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

    .form-group .input-group-prepend .input-group-text {
        position: relative;
        background: 0;
        border: 0;
        padding: 0 1rem;
    }

        .form-group .input-group-prepend .input-group-text:before {
            position: absolute;
            top: 25%;
            right: 0;
            content: "";
            height: 50%;
            width: 1px;
            background-color: #e6e6e6;
        }

.form-control.validate:valid {
    border-bottom: 2px solid green !important;
}

.form-control.validate:invalid {
    border-bottom: 2px solid red !important;
}

input.form-control {
    border: 2px solid #e1e8ee;
    border-radius: 5px;
    color: #43484d;
    font-size: 14px;
    height: 50px;
    padding: 1rem;
    width: 100%;
    padding-left: 4rem;
    background-color: #f8f9fa;
}
