/* Official Ironhand hand centerpiece for the bright client sign-in surface. */
body.customers_login .ih-auth-visual {
  background-color: #f7f8fa;
  background-image:
    radial-gradient(circle at 78% 28%, rgba(169, 50, 38, 0.08), transparent 22rem),
    radial-gradient(circle at 64% 15%, rgba(17, 24, 39, 0.045), transparent 20rem),
    linear-gradient(145deg, #ffffff 0%, #fbfcfe 58%, #f5f7fa 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body.customers_login .ih-auth-layout:hover .ih-auth-visual {
  background-size: 100% 100%;
}

body.customers_login .ih-hand-mark {
  display: block;
}

/* Use the uploaded wordmark-only logo on the white client header. */
body.customers_login .navbar a.ih-brand-wordmark {
  align-items: center;
  display: flex;
}

body.customers_login .ih-brand-wordmark__canvas {
  display: block;
  height: 36px;
  position: relative;
  width: 178px;
}

body.customers_login .ih-brand-wordmark__canvas img {
  display: block;
  height: 100% !important;
  inset: 0;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  width: 100% !important;
}

body.customers_login .ih-brand-wordmark__canvas--adapted .ih-brand-wordmark__ink {
  filter: brightness(0) saturate(100%);
}

body.customers_login .ih-brand-wordmark__hand {
  clip-path: inset(0 83% 0 0);
}

body.customers_login .ih-auth-form-security {
  justify-content: space-between;
}

body.customers_login .ih-auth-form-security__message,
body.customers_login .ih-auth-route-switch {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

body.customers_login .ih-auth-route-switch {
  color: #59677b;
  font-size: 8.5px;
  font-weight: 650;
  margin-left: 12px;
  text-decoration: none;
  white-space: nowrap;
}

body.customers_login .ih-auth-route-switch strong,
body.customers_login .ih-auth-route-switch > i {
  color: #9f2c24;
}

body.customers_login .ih-auth-route-switch:hover,
body.customers_login .ih-auth-route-switch:focus-visible,
body.customers_login .ih-auth-route-switch:hover strong,
body.customers_login .ih-auth-route-switch:focus-visible strong {
  color: #6f1f1a;
}

@media (max-width: 520px) {
  body.customers_login .ih-auth-form-security__message {
    display: none;
  }

  body.customers_login .ih-auth-form-security {
    justify-content: center;
  }

  body.customers_login .ih-auth-route-switch {
    margin-left: 0;
  }

  body.customers_login .ih-brand-wordmark__canvas {
    height: 32px;
    width: 158px;
  }
}
