.btn-primary {
    background-color: #2f2fab;
}

.btn-primary:hover {
    background-color: rgba(213, 200, 40, 1);
    color: rgba(47,47,171, 1);
}