body.page-login {
    background: #FFF;
}

a {
    text-decoration: underline;
    text-align: center;
    font-size: small;
    color: #8A8B88;
    padding-top: 4px;
}

/*** HEADER ***/
.logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10em;
    width: 30em;
    margin: auto;
    padding-bottom: 48px;
}
/*** END HEADER ***/

/*** CONTENT ***/
.login-wrapper .content {
    width: 40em;
    box-shadow: 0px 4px 10px #8A8B88;
}

#password {
    background: var(--bs-white) !important;
}

.remember-text.ms-2 {
    font-size: small;
    font-weight: 400;
    color: #8A8B88;
    padding-top: 6px;
}

#login-actions {
    display: flex;
    flex-direction: column;
}

#submit-button {
    background-color: #73b231;
    box-shadow: none;
}

/*** RECOVER PASSWORD ***/
#email_recover_password_save {
    width: 8em;
    height: 3em;
    color: #FFF;
    border: none;
    border-radius: 4px;
    background: #73b231;
}
.alert-recover-password{
    font-weight: bold;
    padding: 0px 7px 3px 7px;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.success-recover-password{
    background: #81c5aa;
}
.danger-recover-password{
    background: #c86781;
}