/* Make all buttons with BrandBg class red */
.BrandBg {
    background-color: #fe0000 !important;
    color: #ffffff !important;
    border: none !important;
}

/* On hover */
.BrandBg:hover {
    background-color: #cc0000 !important;
    color: #ffffff !important;
}

