.erro {
    color: white;
    background: red;
}

.sucesso {
    color: white;
    background: green;
}