
.alerta-form {
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}


.alerta-form p {
    margin-bottom: 0;
}


.alerta-form.sucesso {
    background: #d7f1c0;
    border: 1px solid #a4c373;
    display: none;
}


.alerta-form.erro {
    background: #f1c0c0;
    border: 1px solid #c37373;
    display: none;
}


.mostrar-alerta {
    display: block !important;
}
