

body {
    color: #010000 !important;
    font-family: 'Georgia','sans-serif' !important;
}

.fp_btn-default {
    background-color: #e5231d;
    border: 1px solid #e5231d;
}

.fp_btn-default:hover {
    color: #e5231d;
    background-color: transparent;
    border: 1px solid #e5231d;
}

.btn:hover {
    color: #e5231d;
}

.btn.btn-primary {
    background-color: #e5231d;
    border: 1px solid #e5231d;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #e5231d;
    background-color: transparent;
    border: 1px solid #e5231d;
}

.btn.btn-danger {
    background-color: #ff6661;
    border: 1px solid #ff6661;
}

    .btn.btn-danger:hover,
    .btn.btn-danger:focus {
        color: #ff6661;
        background-color: transparent;
        border: 1px solid #ff6661;
    }

.loader:before {
    background-color: #e5231d;
}
