.auth-card {
  background-color: rgb(248, 249, 250) !important;
}
.auth-card .card-header {
  background-color: rgb(248, 249, 250) !important;
}
.auth-card form svg {
  stroke-width: 1.25;
  width: 24px;
  height: 24px;
}
.auth-card form .auth-input-icon {
  position: absolute;
  top: 3px;
  left: 1px;
  z-index: 10;
  background: transparent;
  border: 0;
}
.auth-card form .form-control {
  background-color: #fff;
}
.auth-card form .pe-5 {
  padding-right: 3rem !important;
}
.auth-card form .auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: #64748b;
  background: transparent;
  border: 0;
  border-radius: 999px;
  transform: translateY(-50%);
}
.auth-card form .auth-password-toggle:hover, .auth-card form .auth-password-toggle:focus {
  color: var(--primary-color);
  background-color: rgba(15, 23, 42, 0.06);
  outline: none;
}
.auth-card form .auth-password-toggle svg {
  width: 18px;
  height: 18px;
}
.auth-card form .auth-password-toggle .auth-password-toggle__icon--hide {
  display: none;
}
.auth-card form .auth-password-toggle.is-visible .auth-password-toggle__icon--show {
  display: none;
}
.auth-card form .auth-password-toggle.is-visible .auth-password-toggle__icon--hide {
  display: block;
}
.auth-card form .auth-password-rules {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.4rem;
}
.auth-card form .auth-password-rule {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #64748b;
}
.auth-card form .auth-password-rule__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.auth-card form .auth-password-rule.is-valid {
  color: #16803c;
}
.auth-card form .auth-password-rule.is-valid .auth-password-rule__icon {
  color: #fff;
  background-color: #16a34a;
  border-color: #16a34a;
}
.auth-card form .auth-password-rule.is-invalid {
  color: #b42318;
}
.auth-card form .auth-password-rule.is-invalid .auth-password-rule__icon {
  color: #fff;
  background-color: #dc2626;
  border-color: #dc2626;
}
.auth-card .text-end {
  text-align: right !important;
}
.auth-card .text-decoration-underline {
  text-decoration: underline !important;
}
.auth-card .gap-3 {
  gap: 1rem !important;
}
.auth-card .pb-0 {
  padding-bottom: 0 !important;
}
.auth-card .ps-5 {
  padding-left: 3rem !important;
}
.auth-card .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.auth-card .form-check.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.auth-card .form-check .form-check-input {
  margin-left: -1.5em;
}
.auth-card .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.auth-card .shop-url-status {
  top: 0;
  right: 0;
}
.auth-card .text-primary {
  color: var(--primary-color) !important;
}

@media (max-width: 1199px) {
  .auth-card {
    scroll-margin-top: 96px;
  }
  .auth-card .auth-card__header {
    padding: 1rem 1rem 0 !important;
  }
  .auth-card .auth-card__heading {
    gap: 0.75rem !important;
  }
  .auth-card .auth-card__heading-content {
    min-width: 0;
  }
  .auth-card .auth-card__header-icon {
    flex: 0 0 auto;
    padding: 0.5rem !important;
  }
  .auth-card .auth-card__header-icon svg {
    width: 18px;
    height: 18px;
  }
  .auth-card .auth-card__header-title {
    font-size: 15px !important;
    line-height: 1.25;
    margin-bottom: 0.25rem !important;
  }
  .auth-card .auth-card__header-description {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .auth-card .auth-card__body {
    padding: 0.5rem 1rem 1rem !important;
  }
  .auth-card form svg {
    width: 20px;
    height: 20px;
  }
  .auth-card form label,
  .auth-card form .form-label {
    margin-bottom: 0.125rem;
    font-size: 11px;
    line-height: 1.25;
  }
  .auth-card form .form-group {
    margin-bottom: 0.45rem !important;
  }
  .auth-card form .auth-input-icon {
    top: 2px;
  }
  .auth-card form .form-control {
    min-height: 40px;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    font-size: 12px;
  }
  .auth-card form .auth-password-toggle {
    width: 2rem;
    height: 2rem;
  }
  .auth-card form .auth-password-toggle svg {
    width: 16px;
    height: 16px;
  }
  .auth-card form .btn-auth-submit {
    min-height: 40px;
    padding: 0.5rem 0.875rem;
    font-size: 12px;
    line-height: 1.35;
  }
  .auth-card form .form-text,
  .auth-card form small,
  .auth-card form p {
    margin-top: 0.25rem;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.12;
  }
  .auth-card form .auth-password-rules {
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
  .auth-card form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    min-height: 1rem;
    margin-bottom: 0.2rem;
    padding-left: 0;
    line-height: 1.14;
  }
  .auth-card form .form-check .form-check-input {
    flex: 0 0 auto;
    margin-top: 0.05rem;
    margin-left: 0;
  }
  .auth-card form .form-check .form-check-label {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 11px;
    line-height: 1.14;
  }
  .auth-card form .row {
    margin-bottom: 0.45rem !important;
  }
  .auth-card .auth-card__switch-link {
    margin-top: 0.75rem;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }
}
