﻿

.custom-alert-danger {
    background-color: #dc3545; /* Cor de fundo vermelha */
    color: white; /* Cor do texto branca */
    border:1px solid transparent;
}

.custom-validation-summary {
    padding-top: 10px;
    font-size: 12px;
    font-weight:bold;
    color: white;
}
