.form button {
    background: #0b008a;
}

.form button:hover, .form button:active, .form button:focus {
    background: #0f0484;
}

body {
    background: #0b008a;
}
