﻿body {
    font-family: 'Nunito', sans-serif;
    color: #414B61;
    font-size: 16px;
    /*background-image: url(/MBB_backgroup_home.png);*/
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

    body:not(.body-fcebi) {
        background-image: url(/MBB_backgroup_home.png);
    }

.navbar {
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, 0.15);
    height: 70px;
    margin-bottom: 20px;
    width: 100%;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

.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: '';
        }

.InfoFooter{
    font-size: 12px;
}

.page-footer {
    box-shadow: 10px 10px 30px 30px rgba(5, 16, 44, 0.15);
    background-color: #fff;
    font-size: smaller;
    position: relative;
}

footer {
    font-family: 'Nunito', sans-serif !important;
    bottom: 0px;
    margin: 0px auto !important;
    text-align: center !important;
    width: 100% !important;
    color: gray;
    background-color: #fff;
}

@media (min-width: 992px) {
    .page-footer {
        position: absolute;
    }
}

@media (max-width: 991px) {
    footer {
        position: relative;
    }

    .checkPw {
        margin-top: 0px;
    }
}

.footer-copyright {
    text-align: center !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    background-color: #343a40 !important;
}

/* Login form */
.form-control {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid lightgray;
}

.card {
    border: transparent;
}

#cardLogin {
    margin-top: 80px;
}

.info {
    margin-top: 80px;
}

.ValidationSummary {
    margin-top: 80px;
}

.button {
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    color: #F7F8FC;
    font-weight: initial;
    border: none;
    border-radius: 5px;
    margin: 15px 15px 0px 10px;
    box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    transition: .4s;
}

    .button:hover {
        color: rgb(250, 251, 255);
        -webkit-box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .18);
        box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .20);
        -webkit-transform: translateY(-3px) scale(1.01);
        transform: translateY(-3px) scale(1.01);
    }

.bg-color-1, button, .btn, input[type="submit"] {
    background: linear-gradient(-180deg, rgba(73,172,229,1) 0%, rgba(9,98,194,1) 100%);
}

a .button.bg-color-1 {
    font-family: 'Nunito', sans-serif !important;
}

/* Style all font awesome icons */
.fa {
    padding: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

    .fa:hover, .appIcon:hover {
        opacity: 0.7;
    }

.fa-facebook {
    /*background: #3B5998;*/
    color: white;
}

.fa-linkedin {
    /*background: #55ACEE;*/
    color: white;
    border-radius: 10px;
}


/* Fonts */
/* cyrillic-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(./fonts/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(./fonts/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(./fonts/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(./fonts/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(./fonts/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Check Pw */
.checkPw {
    margin-top: 100px;
}

.valid {
    color: green;
    font-size: 12px;
}

    /*.valid:before {
        content: "\2611";
        font-size: 17px;
    }*/

.invalid {
    color: red;
    font-size: 12px;
}

    /*.invalid:before {
        content: "\2612";
        font-size: 17px;
    }*/