

body {
    color: #000000 !important;
    font-family: 'OpenSans-Regular','sans-serif' !important;
}

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

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

.btn:hover {
    color: #73b231;
}

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

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

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

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

.loader:before {
    background-color: #73b231;
}
