@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

html, body {
    height: 100%;
}

html {
    font-size: 0.75rem;
    font-family: "Open Sans", sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

#login {
    height:65vh;
    margin-bottom: 1em;
    max-height: 600px;
}

#landing a.error {
    margin-top: 1rem;
}

a.goodid-custom-login.blue,
a.goodid-custom-login.blue.hover,
a.goodid-custom-login.blue:hover {
    background-color: #084edd;
}

a.goodid-custom-login.blue.active,
a.goodid-custom-login.blue:active {
    background-color: #084edd;
}

a.goodid-custom-login.green,
a.goodid-custom-login.green.hover,
a.goodid-custom-login.green:hover {
    background-color: #084edd;
}

a.goodid-custom-login.green.active,
a.goodid-custom-login.green:active {
    background-color: #084edd;
}

#claims {
    font: 400 11px monospace;
}

.goodid-custom-login{
    overflow: hidden;
    display: inline-block;
    font-weight: bold;
    color: white;
    text-align: center;
    width: auto;
    margin: auto;
    padding: 0px 25px;
    line-height: 40px;
    min-width: 176px;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-sizing: border-box;
}

.goodid-custom-login.blue {
    background-image: linear-gradient(to right bottom, #084edd, #084edd);
}

.goodid-custom-login.green {
    background-image: linear-gradient(to right bottom, #084edd, #084edd);
    border-color: #084edd;
}

a.goodid-custom-login:not(.btn) {
    display: none;
}

main#real-time-demo #landing-image,
main#offline-demo #landing-image,
main#agent-demo #landing-image,
main#landing .unauthorized #landing-image{
    background: url('../images/landing.png') center center no-repeat;
    padding-top: 56.25%;
    margin-bottom: 1em;
    max-height: 600px;
    background-size: contain;
}

main#landing #landing-image {
    background: url('../images/welcome.png') center center no-repeat;
    padding-top: 56.25%;
    margin-bottom: 1em;
    max-height: 600px;
    background-size: contain;
}