html,body {
    background: #FFF;
}

.bg_rep {
    background: #002F61 !important;
    color: white !important;
}

.bg_red {
    background: #D90F3A !important;
    color: white !important;
}

.bg_white {
    background: white;
}

.bg_alert {
    background: #EE0000 !important;
}

.fill_fb svg {
    fill: #38529A !important;
}

.fill_tt svg {
    fill: #4DB7EB !important;
}

.fill_email svg {
    fill: #D90F3A !important;
}

.bg_green {
    background: #009834 !important;
}