

button.btn.btn-primary,
button.btn.btn-primary:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(56, 30, 105);
    border-color: rgb(45, 24, 84);
}

button.btn.btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(62, 33, 116);
    border-color: rgb(50, 26, 93);
}

button.btn.btn-primary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(67, 36, 126);
    border-color: rgb(54, 29, 101);
}