.auth-card {
  background-color: rgb(254, 254, 254) !important;
  box-shadow: 0px 0px 2px 4px rgba(0, 0, 0, 0.03) !important;
}
.auth-card .card-header {
  background-color: rgb(254, 254, 254) !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.625rem;
  padding-left: 1.5em;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.auth-card .form-check.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.auth-card .form-check .form-check-input {
  margin-left: -1.5em;
  margin-top: 0.45rem;
}
.auth-card .form-check .form-check-input:checked {
  background-color: #181a20;
  border-color: #181a20;
}
.auth-card .shop-url-status {
  top: 0;
  right: 0;
}
.auth-card .text-primary {
  color: var(--primary-color) !important;
}
.auth-card .form-label {
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 12px;
}
