body {
    font-family: "Lato";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-content {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-auth {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 417px;
    min-width: 417px;
    max-width: 417px;
    height: 534px;
    min-height: 534px;
    max-height: 534px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 40px 0px 30px 0px;
}

.logo-login {
    width: 14.75rem !important;
    height: auto !important;
    margin: 0px;
    margin-bottom: 0.938rem;
}

.form-auth {
    width: 65%;
    padding: 0px;
    margin: 0px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-auth .form-control {
    border: none;
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    padding: 0px 5px;
    border-radius: 20px;
    background-color: #FFFFFF;
    text-align: center;
    display: block;
    color: #4B40C5;
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    font-family: "Lato" !important;
    margin: 0px !important;
    line-height: normal !important;
}

.form-auth .form-control::placeholder {
    color: #4B40C5;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Lato" !important;
    font-size: 14px;
    margin: 0px !important;
    padding: 0px !important;
    font-family: "Lato";
}

.form-auth.forgot .form-control {
    border: 2px solid transparent;
    width: 100% !important;
    height: 35px;
    border-radius: 5px;
    background-color: #ffffff54 !important;
    text-align: center;
    color: #FFFFFF;
    text-transform: unset;
    font-weight: 400;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    text-align: left;
}

.form-auth.forgot .form-control::placeholder {
    color: #FFFFFF;
}

.form-auth.forgot .form-control:focus {
    border: 2px solid #FFFFFF !important;
    font-weight: 600;
    background-color: transparent !important;
}

.form-group {
    width: 100%;
    height: auto;
    margin: 0px;
    box-sizing: border-box;
    margin-top: 15px;
}

.form-auth .form-group .input-group {
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
}

.form-auth .form-group .input-group button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    height: 100%;
    display: flex !important;
    visibility: visible;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.btn-toggle-password {
    color: #4B40C5;
}

.btn-toggle-password>svg {
    height: 20px;
    width: 20px;
}

.form-auth .with-errors li {
    font-size: 12px;
    margin-top: 5px;
    font-family: "Lato";
    color: #FFFFFF;
    font-weight: 600;
}

.recover-password {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: "Gotham Book";
    font-weight: 400;
}

.recover-password:hover {
    color: #FFFFFF;
    text-decoration-color: #FFFFFF;
}

.form-auth .btn-primary {
   width: auto;
   height: auto;
   padding: 8px 30px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600;
   color: white;
   background-color: #4B40C5;
   outline: none;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   bottom: 62px;
   right: 87px;
   -webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
    filter: grayscale(0);
    cursor: pointer;
    opacity: 1;
    font-family: "Gotham Ultra";
    transition: 0.5s ease all;
    border: 2px solid transparent;
    border-radius: 0px;
    letter-spacing: 1px;
}

.form-auth .btn-primary:hover {
    background-color: transparent;
    transition: 0.5s ease all;
    color: #BBFF00;
    border: 2px solid #BBFF00;
}

.form-auth .btn-primary.disabled {
    background-color: transparent;
    transition: 0.5s ease all;
    color: #FFFFFF;
    opacity: 0.5;
    border: 2px solid #FFFFFF;
}

.app-version {
    position: absolute;
    left: 44px !important;
    bottom: 45px !important;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400 !important;
    margin: 0px !important;
    font-family: "Gotham Book" !important;
}

.forgot-title {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Gotham Bold" !important;
}

.forgot-subtitle {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
    font-family: "Gotham Book" !important;
}

.forgot .form-label {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
}

.form-auth .btn-secondary {
    width: auto;
    height: auto;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    background-color: #4B40C5;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
     filter: grayscale(0);
     cursor: pointer;
     opacity: 1;
     font-family: "Lato";
     transition: 0.5s ease all;
     border: 2px solid transparent;
     font-family: "Lato" !important;
 }

 .form-auth .btn-secondary:hover {
    background-color: transparent;
    transition: 0.5s ease all;
    color: #BBFF00;
    border: 2px solid #BBFF00;
 }

 .form-auth .btn-secondary.disabled {
     filter: grayscale(0.5);
     opacity: 0.5;
     cursor: auto;
     border: 2px solid #FFFFFF;
     background-color: transparent;
     color: #FFFFFF;
 }

 .forgot {
    padding: 50px 0px 0px 0px !important;
 }

 .form-group.has-error .form-control {
    border: none !important;
 }

 .form-auth .form-group.has-error .form-control.was-filled {
    border: none !important;
 }
 .form-auth.forgot .form-group.has-error .form-control.was-filled {
    border: 2px solid #FFFFFF !important;
 }


.link-voltar {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    color: #BBFF00;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Gotham Book" !important;
 }

 .link-voltar span {
    text-decoration-color: #BBFF00;
    text-decoration: underline;
 }

 .link-voltar:hover {
    color: #BBFF00;
    text-decoration-color: #BBFF00;
 }

 @media(max-width: 768px) {
    .card-auth {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 337px;
        min-width: 337px;
        max-width: 337px;
        height: 432px;
        min-height: 432px;
        max-height: 432px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .logo-login {
        width: 155px !important;
        height: auto !important;
        margin: 0px;
        margin-bottom: 15px;
    }

    .form-auth {
        width: 75%;
        padding: 0px;
        margin: 0px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .form-auth .form-control {
        border: none;
        padding: 0px 5px;
        width: 100%;
        height: 30px;
        border-radius: 20px;
        background-color: #FFFFFF !important;
        text-align: center;
        color: #4B40C5;
        text-transform: unset;
        font-weight: 600;
        font-size: 11px;
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .form-auth .form-control::placeholder {
        font-size: 11px;
        height: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .form-group {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px;
        box-sizing: border-box;
        margin-top: 11px;
        margin-bottom: 0px !important;
    }

    .form-auth .form-group .input-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }

    .form-auth .btn-primary {
        width: auto;
        height: auto;
        padding: 6px 25px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: white;
        background-color: #4B40C5;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 45px;
        right: 60px;
        -webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
        filter: grayscale(0);
        cursor: pointer;
        opacity: 1;
    }

    .form-auth .btn-secondary {
        width: auto;
        height: auto;
        padding: 8px 30px;
        font-size: 12px;
        margin-top: 12px;
    }

    .app-version {
        position: absolute;
        left: 32px !important;
        bottom: 35px !important;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 400 !important;
    }

    .link-voltar {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        color: #BBFF00;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }

    .btn-toggle-password {
        padding: 0px 20px;
    }

    .btn-toggle-password>svg {
        height: 16px;
        width: 16px;
    }

    .forgot-title {
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 800;
        line-height: 20px;
        text-align: center;
        margin-bottom: 5px;
    }
 }

 @media(max-width: 375px) {
    .card-auth {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 290px;
        min-width: 290px;
        max-width: 290px;
        height: 376px;
        min-height: 376px;
        max-height: 376px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .logo-login {
        width: 155px !important;
        height: auto !important;
        margin: 0px;
        margin-bottom: 15px;
    }

    .form-auth .with-errors li {
        font-size: 10px;
        margin-top: 5px;
        font-family: "Lato";
        color: #FFFFFF;
        font-weight: 600;
    }

    .recover-password {
        width: auto;
        height: auto;
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: underline;
        text-decoration-color: #FFFFFF;
        margin-top: 5px;
        letter-spacing: 1px;
    }

    .form-auth .btn-primary {
        width: auto;
        height: auto;
        padding: 6px 17px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: white;
        background-color: #4B40C5;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 40px;
        right: 52px;
        -webkit-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 28px -4px rgba(0,0,0,0.75);
        filter: grayscale(0);
        cursor: pointer;
        opacity: 1;
    }

    .app-version {
        position: absolute;
        left: 27px !important;
        bottom: 30px !important;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 400 !important;
    }

    .forgot-title {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 800;
        line-height: 16px;
        text-align: center;
        margin-bottom: 5px;
    }

    .form-auth .btn-secondary {
        width: auto;
        height: auto;
        padding: 5px 20px;
        font-size: 12px;
    }

    .link-voltar {
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        color: #BBFF00;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
    }

    .form-auth .form-control {
        border: none;
        padding: 0px 5px;
        width: 100%;
        height: 26px;
        border-radius: 20px;
        background-color: #FFFFFF !important;
        text-align: center;
        color: #4B40C5;
        text-transform: unset;
        font-weight: 600;
        font-size: 10px;
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }


    .form-auth .form-control::placeholder {
        font-size: 10px;
    }
 }

 .help-block.with-errors {
    color: #FFFFFF !important;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .form-auth .form-group .form-control.is-invalid {
    border: none !important;
 }

 /* INICIO ESTILIZACAO MODAL ERRO */

.modal-content {
    width: auto;
    min-width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 19999;
}

.modal-content h1 {
    font-family: "Gotham Bold";
    margin-bottom: 5px;
    color: #4B40C5;
}

.modal-content p {
    font-family: "Lato";
}

.modal-body {
    padding: 35px;
    position: relative;
}

.modal-body .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 650px) {
    .modal-content {
        width: 95%;
        min-width: unset;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-content h1 {
        font-size: 18px;
    }
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    background-position: 6% 50% !important;
}
/* FIM ESTILIZACAO MODAL ERRO */
