/* Add here all your CSS customizations */

.bg-green {
    background-color: #f8cfcf;
}

.success {
    color: rgb(38, 168, 38); /* or any other color you prefer */
}

.danger {
    color: red; /* or any other color you prefer */
}
