﻿.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.spinner-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-layout {
    justify-content: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    font-family: AssistantFontRegular !important;
}

    .main-layout .main-card {
        width: 500px;
    }

    .main-layout .inner-card {
        box-shadow: none;
        padding-top: 2vh;
        width: 257px;
    }

    .main-layout .main-logo {
        background-repeat: no-repeat;
        background-position: center;
    }

@media(max-width:599px) {
    .main-layout .main-logo {
        background-size: 100% auto;
    }
}

.main-layout .logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    width: 315px !important;
    height: 100px !important;
}

.main-layout .justify-center {
    justify-content: center;
}

.main-layout .display-message {
    background-color: #e8e8e8;
    justify-content: center;
    align-items: center;
    display: flex;
}

.main-layout .validation-message {
    color: #000;
    text-align: left;
    padding-left: 16px;
    font-size: 12px;
    margin-bottom: 1rem;
}

.main-layout label {
    margin-bottom: 0 !important;
}

.main-layout .form-group {
    margin-bottom: 0;
    margin-top: 1rem;
}

.main-layout .form-validation {
    height: 20px;
}

.main-layout .form-group button {
    width: 135px;
    height: 36px;
    color: #fff;
}

.button-no-outline {
    outline: none !important;
    border: 0 !important;
    color: #fff !important;
}

#Access_Code {
    border-bottom: none !important;
}

#SSN {
    border-bottom: none !important;
}

input + span + span {
    display: none;
}
