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

html,
body {
    height: 100vh;
}

@font-face {
    font-family: "MuseoSans";
    src: url(./fonts/MuseoSans-100.otf) format("opentype");
    font-weight: 100;
}

@font-face {
    font-family: "MuseoSans";
    src: url(./fonts/MuseoSans-300.otf) format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "MuseoSans";
    src: url(./fonts/MuseoSans-500.otf) format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: "MuseoSans";
    src: url(./fonts/MuseoSans-700.otf) format("opentype");
    font-weight: 700;
}

body .main {
    overflow: hidden;
    background: url(../trianglify-vNext.svg) repeat center center;
    background-size: cover;
    border-radius: 0px 150px 0px 0px;
    height: 100vh;
    font-family: MuseoSans, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 14px;
}

.align-self-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 90vh;
}

.login-page {
    display: flex;
    justify-content: center;
}

.login-page .login-header {
    color: white;
}

.login-page .login-header .login-header-text {
    font-size: 24px;
    font-weight: 300;
}

.login-page .login-header .login-header-authority {
    font-size: 54px;
    font-weight: 300;
}

.login-page .login-header .login-header-altitude {
    font-size: 54px;
    font-weight: 700;
}

.login-page .login-body .login-body-header {
    font-size: 24px;
    font-weight: 300;
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.login-page .login-body .login-body-text {
    font-size: 14px;
    font-weight: 300;
    color: #D2E1E4;
    line-height: 2;
}

.login-page .login-body .logo {
    display: block;
    margin: auto;
    padding-bottom: 20px;
    width: 220px;
}

.login-page .login-body #idsrvLoginForm {
    display: none;
    margin: auto;
}

.login-page .login-body .login-option-buttons {
    display: block;
    margin: auto;
    width: 370px;
    margin-top: 10px;
}

.login-page .login-body .input-control {
    background: rgba(255,255,255,0.8);
    border-radius: 8px;
    height: 40px;
}

.login-page .login-body .text-left {
    float: left;
}

.login-page .login-body .text-right {
    float: right;
}

.login-page .login-body button {
    font-weight: 500;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    color: white;
    text-decoration: none;
    overflow: visible;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding: 7px 21px;
    min-width: 175px;
}

.login-page .login-body .btn-width {
    width: 370px;
    height: 44px;
}

.login-page .login-body .primary-button {
    background-color: #27c229;
    border-color: #27c229;
}

.login-page .login-body .secondary-button {
    background-color: transparent;
    border-color: #fff;
}

.login-page .login-body .action-buttons {
    display: flex;
    column-gap: 20px;
}

.login-page .login-body .seprator {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-page .login-body .text-and-hyperlink {
    position: fixed;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 400px;
    align-items: center;
    text-align: center;
}

.login-page .login-body .hr-line {
    position: relative;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 400px;
}

.login-page .login-body .hr-line:before {
    content: "";
    width: 158px;
    left: 28px;
    top: 50%;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.2);
}

.login-page .login-body .hr-line:after {
    content: "";
    width: 158px;
    right: 28px;
    top: 50%;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.2);
}

.login-page .login-body input[type="checkbox"] {
    position: relative;
    display: block;
    float: left;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #c2d6da;
    border-radius: 4px;
}

.login-page .login-body .window-text {
    margin-top: 30px;
}

.login-page .login-body a {
    font-weight: 500;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    color: white;
    text-decoration: none;
    overflow: visible;
    font-size: 14px;
    text-align: center;
    padding: 12px 0px;
    min-width: 120px;
    display: inline-block;
}

.login-page .login-body .text-and-hyperlink a {
    font-weight: 500;
    border-radius: 4px;
    border-style: none !important;
    border-width: 0px !important;
    margin: 0;
    color: white;
    text-decoration: underline;
    overflow: visible;
    font-size: 14px;
    text-align: center;
    padding: 12px 0px;
    min-width: 120px;
    display: inline-block;
}

.login-page .login-body .text-and-hyperlink a:hover {
    visibility: visible;
    opacity: 1;
}

.login-page .login-body a .link-text {
    margin-left: 8px;
}

.login-page .login-body .login-body-text span {
    margin-left: 10px;
}

.login-page .alert-danger {
    border-style: solid;
    border-width: 1px;
    margin: 0;
    text-decoration: none;
    overflow: visible;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    text-align: start;
    padding: 6px 12px;
    color: #A92131;
    background-color: #FFD6D5;
}

.login-page .alert-danger strong {
    display: none;
}

.login-page .alert-danger ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.logged-out {
    color: white;
    justify-content: center;
}

.logged-out a {
    color: white;
}

.tag-version {
    font-size: 12px;
    font-weight: 300;
    color: #D2E1E4;
    opacity: 0.4;
    position: absolute;
    bottom: 14px;
    left: 16px;
}

@media (max-width: 767px) {
    .align-self-center {
        height: 80vh;
    }

    .login-page div {
        max-width: 430px;
        margin-right: 0;
        margin-left: 0;
    }

    .login-page .login-header .login-header-authority {
        display: grid;
        line-height: normal;
        font-size: 44px;
    }

    .login-page .login-body .action-buttons {
        column-gap: 18px;
    }

    .login-page .login-header .login-header-altitude {
        font-size: 66px;
    }

    .login-page .login-body button {
        min-width: 165px;
    }
}

@media (max-width:374px) {
    .login-page .login-body .action-buttons {
        column-gap: 14px;
    }

    .login-page .login-body button {
        min-width: 125px;
    }
}
