.flash.error{
    background-color: #E20010;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.flash.success {
    background-color: #5BB237;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}