/*
    Here you can add your custom css rules
*/

.flash-success {
    background-color: #7499c6;
}

.flash-error {
    background-color: #e81551;
}

.flash-default {
    background-color: #7499c6;
}