.alert, .woocommerce-error, .gform_confirmation_message,
.message-container.success-color,
.gfield_error .gfield_description.validation_message,
.af-success{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.woocommerce-error li{
    list-style: none;
}
.woocommerce-error{
    margin-top:20px;
}
.alert-success,
.gform_confirmation_message,
.message-container.success-color,
.af-success{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}
.alert-danger, .woocommerce-error[role="alert"], .gfield_error .gfield_description.validation_message{
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}
.alert-info{
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}