.btn.btn-primary {
    background-color: #DE0656;
    border-color: #B81244;
}
.btn.btn-primary:hover {
    background-color: #B81244;
}