.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 .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;
}
