﻿html {
    height: 100%;
}

body {
    display: table;
    height: 100%;
    width: 100%;
    background-color: #00467F;
    background-size: cover;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

.main-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main {
    display: inline-block;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
    width: 100%;
    padding: 50px 60px;
    border-radius: 20px;
}

label {
    font-weight: normal;
}

a {
    color: #0066CC;
    margin: 0;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #0056b3;
        text-decoration: underline;
    }

.top {
    position: absolute;
    right: 0;
    padding: 10px 12px 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    color: #cecece;
}

    .top > a {
        color: #cecece;
        text-decoration: none;
    }

        .top > a:hover,
        .top > a:focus {
            text-decoration: underline;
        }

.vertical-separator {
    content: "";
    border-left: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    margin: 0 13px 0 15px;
}

.logged-out {
    text-align: center;
}

    .logged-out iframe {
        display: none;
        width: 0;
        height: 0;
    }

.logo-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.warning {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    font-size: 14px;
    background-color: #FCE99C;
    color: #411D00;
    border-radius: 4.8px;
}

    .warning::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f071";
        display: table-cell;
        padding-top: 10px;
        padding-left: 10px;
    }

.warning-text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

    .warning-text > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.form-control {
    border: 2px solid #727F8B;
    border-radius: 4.8px;
    height: 40px;
    margin-bottom: 10px;
    padding-right: 30px;
}

.forgot-password {
    text-align: center;
    font-size: 14px;
}

    .forgot-password > a {
        margin: 0 15px;
    }

.remember-me {
    float: left;
    padding-left: 20px;
    margin: 0;
    cursor: pointer;
    margin-bottom: 20px;
}

    .remember-me > input[type='checkbox'] {
        margin-top: 5px;
    }

    .remember-me + .forgot-password::before {
        content: "";
        border-left: 1px solid #fff;
        display: inline-block;
        vertical-align: middle;
        height: 14px;
        margin: 0 15px 0 15px;
    }

.remember-my-decision {
    margin: 0 0 15px;
}

.separator {
    text-align: center;
    border: 1px solid #727F8B;
    margin: 15px auto;
    max-width: 560px;
}

.external-providers > a {
    margin-top: 15px;
}

.btn {
    border-radius: 4.8px;
    font-size: 20px;
    width: 100%;
    /*height: 36px;*/
    padding: 8px 12px;
}

a.btn {
    text-decoration: none;
}

.btn-caption {
    vertical-align: middle;
}

.btn-primary {
    background-color: #0178D4;
}

    .btn-primary:active,
    .btn-primary:active:hover,
    .btn-primary:active:focus {
        background-color: #0060A9;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .btn-primary:hover {
        background-color: #0060A9;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .btn-primary:active:focus,
    .btn-primary:focus {
        outline: none;
        border-color: #175973;
    }

.btn-default {
    -webkit-box-shadow: inset 0 1px #ffffff;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #d9d9d9 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #d9d9d9 100%);
    background-repeat: repeat-x;
    border-color: #bdbdbd;
    box-shadow: inset 0 1px #ffffff;
    text-shadow: none;
}

    .btn-default:active,
    .btn-default:active:hover,
    .btn-default:active:focus {
        -webkit-box-shadow: inset 0 3px 3px #b0b0b0;
        background-image: -webkit-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
        background-image: -o-linear-gradient(top, #d9d9d9 0%, #d9d9d9 100%);
        background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
        background-image: none;
        background-repeat: repeat-x;
        border-color: #bdbdbd;
        box-shadow: inset 0 3px 3px #b0b0b0;
        background-color: #d1d1d1;
    }

    .btn-default:hover {
        background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
        background-image: -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
        background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
        background-repeat: repeat-x;
        border-color: #bdbdbd;
        background-color: #d1d1d1;
    }

    .btn-default:active:focus,
    .btn-default:focus {
        outline: none;
        border-color: #bdbdbd;
    }

.list-group {
    color: black;
}

.consent-description {
    margin-left: 25px;
}

.consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.terms-of-use {
    text-align: center;
    font-size: 12px;
}

.password-container {
    position: relative;
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 18px;
    top: 42px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.input-wrapper {
    position: relative;
}

#togglePassword {
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

::-ms-reveal {
    display: none;
}

.warning a {
    color: #337ab7;
    text-shadow: none;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

form {
    max-width: 430px;
    margin: 50px auto;
}

.unison-global-link {
    font-family: Arial;
    font-style: italic;
    font-size: 10pt;
    text-align: center;
    display: block;
}
