﻿/* Suppress required asterisks for this page */
.kpa .mdc-text-field__input:required ~ .mdc-floating-label::after,
.kpa .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
    content: "";
    display: none;
}

.background-image {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #1c75bc 25%, #6eb91c 100%);
}

    .background-image > img {
        opacity: 0.05;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
    }

.content {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.12);
    text-align: left;
}
 html, body, form {
     height: initial;
 }

.public-login-footer {
    font-size: 14px;
    color: #1e212a;
    text-decoration: none solid #1e212a;
    line-height: 24px;
    text-align: center;
    margin-top: 24px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1e212a;
    font-size: 14px;
    text-decoration: none solid #1e212a;
}

.gray-underline-text {
    text-decoration-line: underline;
    color: oklch(55.1% 0.027 264.364);
    font-size: 14px;
}

.btn-login {
    width: 100% !important;
    height: 36px !important;
    padding-top: 3px !important;
    font-size: 14px;
    font-weight: 400;
}

#outerContainer {
    width: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: initial;
    margin-bottom: initial;
    background: initial;
    position: initial;
}

#outer {
    text-align: initial;
    width: initial;
    margin: initial;
    padding: initial;
    min-height: initial;
    position: initial;
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon {
    font-size: 24px;
}

@media (max-width: 516px) {
    .content {
        padding-left: 16px;
        padding-right: 16px;
        margin: 8px auto;
    }
}

.brand {
    height: 68.5px;
    margin: -12px auto;
    display: block;
}

.mdc-typography--headline5 {
    text-align: center;
    margin: 51px 0;
    color: #003e6a;
    font-weight: 300;
    padding-bottom: 0;

}

.bad-credentials {
    margin-top: -9px;
}

*.kpa-form-row {
    display: flex;
    width: 100%;
}

.mdc-button.kpa-form-row {
    margin-top: 69px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 139px;
    padding-top: 42px;
    box-sizing: border-box;
}

.general-error {
    margin-bottom: 42px;
}

.additional-links
{
    text-align: center;
}

.loading {
    animation: loading 2s infinite linear
}

.page-login {
    margin-top:10%;
}

.cust-validator {
    /*margin-bottom: 40px;
    margin-top: 16px;
    margin-left: -47px;*/
    display:block;
}

.cust-validator-msg {
    min-height: 1px;
    line-height: 22px !important;
    font-size: 12px;
    color: #b00020;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

.mdc-text-field input {
    display: block;
    width: 100% !important;
}


.login-input-feedback {
    margin-top: 6px;
    min-height: 1px;
    font-size: 12px;
    color: #d03c38;
}

.cancel-pin-button {
    margin-top: 20px !important;
    margin-bottom: 80px;
}

.alert .fal {
    font-size: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
}

.alert-danger {
    color: white !important;
    background-color: #ed5137;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 6px;
    font-size: 14px;
    line-height: 1.2;
}

    .alert-danger > * {
        margin: 6px;
    }

    .alert-danger > div {
        padding-top: 4px;
    }

    .alert-danger > button:last-child {
        margin: -6px;
    }



.alert-info {
    border: 2px solid #6cb5ce;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

    .alert-info > h6 {
        margin: 0;
        padding: 12px 16px;
        background-color: #6cb5ce;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        font-size: 16px;
    }

        .alert-info > h6 > .fal {
            margin-right: 12px;
        }

    .alert-info > .body {
        padding: 15px;
        font-size: 14px;
    }

.login-help a {
    font-family: Open Sans;
    font-size: 12px;
    color: #1e212a;
    text-decoration: none solid #1e212a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-help span {
    margin-left: 4px;
}

.login-help {
    margin-top: 16px;
    text-align: center;
}

.title {
    font-size: 24px;
    color: #1e212a;
    font-weight: 600;
    text-decoration: none solid #1e212a;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #1e212a;
    text-decoration: none solid #1e212a;
    text-align: center;
    margin-bottom: 12px;
}

.continue-button {
    margin-top: 16px;
}

.auth0-style-button {
    color: #fff;
    background-color: #003a40;
    border-radius: 3px;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    width: 100%;
    height: 48px;
    outline-style: none;
    border: none;
}

    .auth0-style-button:hover, .auth0-style-button:focus, .auth0-style-button:active {
        border: none;
        background-color: #003a40;
        box-shadow: none;
    }

.auth0-style-font {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}