:root {
    --green: #8b9e53;
}


.alert-error {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin: 1rem;
}

.alert-error h4 {
    margin: 0;
    white-space: inherit;
}

.alert-error h4 i {
    color: var(--green);
}

.login-description{
    white-space: inherit;
}