:root { --iov-purple:#604090; --iov-navy:#101040; }

body { font-family:'Helvetica Neue','Segoe UI',Helvetica,sans-serif; color:#333; }

a { color:#604090; }
a:hover { color:#101040; }

h1, h2, h3, .title { color:#101040 !important; }

button,
input[type="submit"],
.button {
  background:#604090 !important;
  border-color:#604090 !important;
  color:#fff !important;
  border-radius:6px !important;
}
button:hover,
input[type="submit"]:hover,
.button:hover {
  background:#101040 !important;
  border-color:#101040 !important;
}

input:focus, textarea:focus, select:focus {
  border-color:#604090 !important;
  box-shadow:0 0 0 2px rgba(96,64,144,.15) !important;
  outline:none;
}