.contact-form input[type="submit"] {
    background-color: #0057b7;
    color: white;
}

.contact-form input[type="submit"]:hover {
    background-color: #ffd700;
    color: black;
}