.button.button-submit {
  background-color: #c63527;
}
.button {
 background-color: #001e62;
}
.button:hover {
 background-color: rgba(0,30,98,0.9);
}