.form button {
    background:#003366;
}
.form button:hover,.form button:active,.form button:focus {
    background: #1a4775;
}

body {
    background-color: #003366;
}