body {
    padding: 0;
}

.login-title {    
    text-align: left !important;
    color: #aaa;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.validation-summary-errors,
.field-validation-error {
    display: block;
    text-align: left;
}

.validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.field-validation-error {
    margin-top: 5px;
    font-style: italic;
}

.navbar-inverse {
    display: none;
}

.body-content > hr,
.body-content > footer {
    display: none;
}

#loginPage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

    #loginPage .login-form-container {
        display: table;
        width: 100%;
        height: 100%;
    }
        #loginPage .login-form-container .login-form {
            position: relative;
            box-shadow: 8px 0 10px -6px rgba(0,0,0,0.4);
        }

        #loginPage .login-form-container .login-form,
        #loginPage .login-form-container .login-image {
            display: table-cell;
            vertical-align: middle;
            width: 50%;
        }

            #loginPage .login-form-container .login-form section {
                width: 380px;
                margin: auto;
            }

        #loginPage .login-form-container .login-image {
            background-image: url('/images/login-banner.jpg');
            background-position: top right;
            background-repeat: no-repeat;
            background-size: cover;
        }

    #loginPage .form-group a {
        color: #1b7a9c;
    }

#cookieConsent {
    background-color: #444;
    border-color: #444;
}

    #cookieConsent .navbar-text,
    #cookieConsent .glyphicon {
        color: #ccc;
    }

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 40px !important;
    margin-bottom: 12px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #f8dd1c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #444;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-logo {
    position: absolute;
    top: 15px;
    right: 0;
    width: 286px;
    margin-bottom: 15px;
}

.form-control {
    padding: 11px;
    height: auto;
    font-size: 16px;
}

.btn {
    border-radius: 0;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
}
.btn-sm {
    padding: 0.75rem 2rem;
}

.btn-primary {
    background-color: #003e79 !important;
    border-color: #003e79 !important;
    color: #ffffff !important;            
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #00315f !important;
        border-color: #00315f !important;
    }

    .btn-primary > span {
        vertical-align: text-top;
        margin-left: 6px;
    }

.btn-secondary {
    background-color: #0093ff !important;
    border-color: #0093ff !important;
    color: #ffffff !important;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        background-color: #0076cd !important;
        border-color: #0076cd !important;
    }

.btn-default {
    background-color: #ccc;
    border-color: #ccc;
    color: #444;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #d9d9d9;
        border-color: #d9d9d9;
    }
.btn-outline-primary {
    background-color: transparent !important;
    border-color: #003e79 !important;
    color: #003e79 !important;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        background-color: #00315f !important;
        border-color: #00315f !important;
        color: #ffffff !important;
    }

    .btn-outline-primary > span {
        vertical-align: text-top;
        margin-left: 6px;
    }
.btn-outline-danger {
    background-color: transparent !important;
    border-color: #DB0011 !important;
    color: #DB0011 !important;
}

    .btn-outline-danger:hover,
    .btn-outline-danger:focus {
        background-color: #DB0011 !important;
        border-color: #DB0011 !important;
        color: #ffffff !important;
    }

    .btn-outline-danger > span {
        vertical-align: text-top;
        margin-left: 6px;
    }

@media screen and (max-width: 900px) {
    #loginPage .login-form-container .login-form {
        width: 100%;
    }

    #loginPage .login-form-container .login-image {
        display: none;
    }
}

.eula-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.eula-title {
    flex: 1 1 auto !important;
    padding-right: 30px;
    padding-top: 5px;
}
    .eula-title h4 {
        text-align: left !important;
        color: #003e79;
        font-family: "brandon-grotesque", sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
    }

.eula-logo {
    width: 276px;
}

.country-selector-container {
    margin-left: 8rem;
    margin-top: 3rem;
}

.country-selector-btn {
    margin-top: 3rem;
    text-align: center;
}