/* Hydro Shine auth helpers */
.hs-password-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.hs-password-wrap .hs-input {
  width: 100%;
  padding-right: 96px;
}

.hs-password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: #eaf7fc;
  color: #073047;
  font-weight: 800;
  border-radius: 999px;
  padding: 8px 13px;
  cursor: pointer;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(5,171,217,.18);
}

.hs-password-toggle:hover,
.hs-password-toggle:focus {
  background: #d9f2fb;
  outline: 2px solid rgba(5,171,217,.25);
}

.hs-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 14px;
}

.hs-auth-actions .hs-muted {
  margin: 0;
}

.hs-auth-note {
  background: #f4fbff;
  border: 1px solid #cdeef8;
  border-radius: 18px;
  padding: 14px 16px;
  color: #294564;
  margin: 14px 0 0;
}

.hs-auth-secondary-link {
  color: #0477a5;
  font-weight: 800;
  text-decoration: none;
}

.hs-auth-secondary-link:hover {
  text-decoration: underline;
}
