.ui.primary.button,
.ui.primary.buttons .button {
    background-color: #2b3a8f;
}

.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
    background-color: #202d81;
}

.ui.primary.button:focus,
.ui.primary.buttons .button:focus {
    background-color: #17267a;
}

.ui.primary.button:active,
.ui.primary.buttons .button:active {
    background-color: #241e63;
}

.ui.primary.active.button,
.ui.primary.button .active.button:active,
.ui.primary.buttons .active.button,
.ui.primary.buttons .active.button:active {
    background-color: #1c2e85;
}
