﻿html, body {
    min-height: 100%;
}

.genericBody {
    background: no-repeat -50px, linear-gradient(139.66deg, #0066BA 18.59%, #003764 65.46%);
    background-size: contain;
    font-family: 'Roboto', Arial, sans-serif;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #232323;
    line-height: 1.75rem;
}

p {
    font-family: Roboto, Arial, sans-serif;
    color: #232323;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

    p.error {
        color: #B3041F;
    }

    p.success {
        color: #0E8B35;
    }

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p {
    color: #fff;
}

footer p {
    color: #fff;
    text-align: center;
}

a {
    color: #0066BA;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
}

    a:hover {
        color: #003764;
        text-decoration: underline;
    }

h1 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #003764;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

#login-container {
    text-align: left;
}

.signin {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.21);
}

.system-message {
    max-height: 575px;
    overflow: auto;
}

.form-signin, .messages-area {
    padding: 2.5rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: 1rem;
    }

    .form-signin input[type="text"] {
        margin-bottom: 1rem;
    }

    .form-signin input[type="password"] {
        margin-bottom: 1rem;
    }
    .form-signin img{
        max-width:149px;
        max-height:49px;
    }

.form-floating {
    text-align: left;
}

.form-control {
    color: #232323;
    border: 1px solid #ccc;
}

.btn-primary {
    background-color: #003764;
    border-color: #003764;
    text-transform: uppercase;
    color: #fff;
    padding: .3rem 1.5rem;
}

    .btn-primary:hover {
        background-color: #0066BA !important;
        border-color: #0066BA !important;
        text-decoration: none;
    }

.btn-secondary {
    background-color: #fff;
    border-color: #003764;
    text-transform: uppercase;
    color: #003764;
    padding: .3rem 1.5rem;
}

    .btn-secondary:hover {
        background-color: #fff;
        border-color: #0066BA;
        color: #0066BA;
        text-decoration: none;
    }

.password-link {
    text-align: right;
    padding-top: .4rem;
}

.login-link {
    text-align: left;
    padding-top: .4rem;
}

.divider p {
    color: #5F5F5F;
    text-align: center;
}

.signin-footer {
    margin-top: 2rem;
    color: #fff;
}

    .signin-footer a {
        font-weight: 400;
        color: #fff;
        text-decoration: underline;
    }

        .signin-footer a:hover {
            color: #fff;
            text-decoration: none;
        }

.ssoBtn {
    background-color: #fff;
    box-shadow: 0px 1.56172px 6.24687px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    display: flex;
    padding: .85rem;
    margin-top: 1.5rem;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

    .ssoBtn p {
        font-family: 'Roboto', Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.25rem;
        color: #232323;
        margin: 0 !important;
    }

    .ssoBtn img {
        padding-right: 12px;
    }

    .ssoBtn:hover {
        background-color: #EDF5FC;
        cursor: pointer;
    }

.news p {
    text-align: center;
}

.fas::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #003764;
    text-decoration: none !important;
    padding: 0 .5rem;
    font-size: 1.2rem;
    line-height: 2rem;
}

.fa-megaphone::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f675";
}

.fa-arrow-right::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f061";
}

.fa-exclamation-triangle::before{
    font-family:"Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 2rem;
    content:"\f071";
    color: #B3041F;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #232323;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        color: #232323;
        background-color: #fff;
        border-color: #0066ba;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(64 111 181 / 25%);
    }

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating {
    position: relative;
}
.idp-error{
    display: block;
}
.idp-error-message{
    color:#B3041F;
    font-size:1rem;
    text-align:center;
    margin-top: 1.5rem;
}

.idp-error-primary-btn{
    border-radius: 4px;
    margin-top: 1.5rem;
}

.input-validation-error {
    border: 1px solid #B3041F !important;
    margin-bottom: 0.5rem !important;
}

.btn.disabled, .btn:disabled {
    opacity: 0.5;
    background-color: #003764 !important;
    border-color: #003764 !important;
}