.form-alert {
    margin: 1rem 0;
    padding: .75rem 1rem;
    border-radius: .4rem;
}
.form-alert.error {
    background: #ffe6e6;
    border: 1px solid #ffb3b3;
    color: #b00020;
}
.form-alert.success {
    background: #e6ffef;
    border: 1px solid #b3ffd0;
    color: #0a7a2a;
}