.wfp-primary-color {
    background-color:#19244E !important;
}
.wfp-secondary-color {
    background-color:#3F7087 !important;
}
.wfp-primary-text-color {
    color:#19244E !important;
}
.wfp-secondary-text-color {
    color:#3F7087 !important;
}

.wfp-button-color {
    background-color:#3F7087 !important;
    border-color: #3F7087 !important;
}
    .wfp-button-color:hover {
        background-color:#19244E !important;
        border-color: #19244E !important;
    }

.wfp-badge-color {
    background-color: #CFD9E1 !important;
    border-color: #CFD9E1 !important;
    color:#3F7087;
}
    .wfp-badge-color:hover {
        background-color:#CEE8FF !important;
        color:#3F7087 !important;
    }