/* Brand overrides for the supplied WGS logo. */
.brand {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 196px;
  height: 76px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
}

.form-honeypot { position: absolute; left: -9999px; }
.form-success.form-error { color: #a4372c; }

@media (max-width: 800px) {
  .brand-logo {
    width: 155px;
    height: 62px;
  }
}
