﻿/* 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 {
    width: 500px;
    max-width: calc(100% - 16px);
    margin: 70px auto;
    padding: 63px 95px 26px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2), 0px 0px 50px 15px rgba(0,0,0,0.3);
    text-align: left;
}
 html, body, form {
     height: initial;
 }

.public-login-footer {
    font-size: 14px;
    color: #003e6a;
    line-height: 24px;
    text-align: center;
    margin-top: 60px;
}

.footer {
    color: #fff;
    line-height: 24px;
    margin-top: -54px;
}

.footer-support {
    font-size: 14px;
}


.footer-copyright {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 5px;
}

.footer a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.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-text-field {
    margin: 42px 0;
}

.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: -30px;
    margin-bottom: 50px;
    min-height: 1px;
    padding: 0 0 0 47px;
    line-height: 1px;
    font-size: 12px;
    color: #b00020;
}

.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 {
    height: 24px;
    font-family: Open Sans;
    font-size: 12px;
    color: #1c75bc;
    text-decoration: none solid rgb(28, 117, 188);
    line-height: 24px;
}

.login-help {
    margin-top: 30px;
    text-align: center;
}

    .login-help i {
        width: 20px;
        height: 20px;
        color: #1c75bc;
    }