﻿.body-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100vh;
    background-color: #f2f0f0;
}

    .body-container * {
        font-family: Frutiger;
    }

    .body-container h2 {
        font-size: 22px;
        font-weight: 600;
        font-family: Frutiger;
        margin: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 8px;
    }

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.login-page, .onboarding-page, .resetpassword-page, .loggedout-page, .forgotpassword-page, .logout-page, .changeuserroles-page, .accessdenied-page, .changepwsuccess-page {
    width: 100%;
    max-width: 500px;
}

.form-container-bottom {
    padding: 0px 16px 16px 16px;
}

    .form-container-bottom .col {
        padding: 0px;
    }

.input-field.col label {
    left: 0px;
}

.form-container-top {
    padding: 16px 16px 0px 16px;
}

.btn-primary {
    background-color: #d22630;
    width: 100%;
    display: block;
    border-color: #d22630;
    border-radius: 0px;
}

    .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #d22630;
        width: 100%;
        display: block;
        /*box-shadow: none;*/
        border-color: #d22630;
    }

.btn.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: #ffffff;
    width: 100%;
    display: block;
    border-color: #ffffff;
    border-radius: 0px;
    color: #000000;
    box-shadow: none;
}

input.form-control {
    border-radius: 0px;
}

.form-control:focus {
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}

input:focus {
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 black !important;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
}

.input-field input[type=text]:focus + label, .input-field label, label {
    color: #000 !important;
}

.iaerrormessage {
    color: #d22630;
}

.allert_block {
    text-align: center;
}

.allert_label {
    font-size:30px;
}
.allert_message {
    font-size: 15px;
}

.blur_login {
    position: absolute;
    transform: translateX(-115%) translateY(20%);
}
.new_version_sign {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-80%) translateY(-80%);
}