﻿
html, body {
    height: 100%;
}

.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 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #003475, #0089c3);
}

.login-page .panel {
    background: transparent;
    border: none;
    box-shadow: none;
}

.logo-wrapper img {
    margin: 0px auto;
    display: block;
    width: 200px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.login-page .form-control {
    border-radius: 50px;
    height: 50px;
    padding: 0px 25px;
}

.recovery-password {
    margin: 5px 25px 30px;
    color: #699cca;
}

.btn-login {
    border-radius: 50px;
    height: 50px;
}

.footer-description,
.sign-up-description {
    text-align: center;
    color: rgba(255, 255, 255, .49);
    line-height: 8px;
    font-size: 13px;
}

.footer-description a,
.sign-up-description a {
    color: #FAA74A;
}

.login-page:before {
    content: '';
    display: block;
    background: url(./../images/login-page.png) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: bottom right;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
}

.alert-information {
    background: #CCDBFF33;
    color: white;
    display: flex;
    align-items: center;
    border: none;
}

.alert-information .information-icon {
    background: url(./../images/information-icon.svg) center center no-repeat;
    left: 0;
    width: 24px;
    height: 24px;
    padding-left: 24px;
}

.alert-danger {
    background-color: #D03342;
    color: white;
    display: flex;
    align-items: center;
    border: none;
}

.alert-danger .validation-summary-errors {
    flex: 1;
    position: relative;
    padding: 0 8px;
}

.alert-danger .error-icon {
    background: url(./../images/error-icon.svg) center center no-repeat;
    left: 0;
    width: 24px;
    height: 24px;
}

.alert-danger .close-icon {
    background: url(./../images/error-close.svg) center center no-repeat;
    right: 0;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    cursor: pointer;
}

.text-body {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #B7B7B7;
}

.information-text-body {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #B7B7B7;
    text-align: left;
}

a {
    color: #078BEB;
    cursor: pointer;
    text-decoration: none;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.mb32 {
    margin-bottom: 32px !important;
}

.fw500 {
    font-weight: 500;
}

.fz12 {
    font-size: 12px !important;
}

hr {
    border: 0;
    border-top: 1px solid;
    border-color: #2C303A;
    width: 100%;
    margin: 0;
}

.centralized {
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn.btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #fefefe;
    font-weight: 700;
    padding: 16px;
    background-color: #078BEB;
    display: flex;
    justify-content: space-between;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #D9D8D8;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    transition: background-color 5000s ease-in-out 0s;
}