a.button, .button > a, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #3561b5;
}

a.button.button--hover-style-2::before, .button.button--hover-style-2 > a::before {
  background-color: #89adea;
  border-color: #08a7fd;
}

a.button:hover, a.button:focus, .button > a:hover, .button > a:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  background-color: #3561b5;
}