.alert {
    background: transparent;
    color: white;
    font-size: 0.875em;
}

/* Error */
.alert-danger {
    border: 1px solid #f59d9d!important;
    background: rgba(238, 25, 25, 0.1)!important;
    color: #000!important;
}

/* Success */
.alert-success {
    border: 1px solid #5fc955!important;
    background: rgba(45, 158, 17, 0.1)!important;
    color: #000!important;
}

/* Warning */
.alert-warning {
    border: 1px solid #f3e672!important;
    background: rgba(247, 232, 26, 0.1)!important;
    color: #000!important;
}

/* Info */
.alert-primary {
    border: 1px solid #134ae0!important;
    background: rgba(52, 115, 233, 0.1)!important;
    color: #000!important;
}

.alert-informacao {
    border: 1px solid #ffe387!important;
    background: rgba(254,184,62,.1)!important;
    color: #000!important;
}