/* login button styling to match logo color */
button[type="submit"],
.login-button,
.auth-button {
  background: linear-gradient(to right, #1e40af, #3b82f6) !important;
  color: white !important;
  border: none !important;
}

button[type="submit"]:hover,
.login-button:hover,
.auth-button:hover {
  opacity: 0.9 !important;
}
