.auth-card,
.auth-card .card-header {
    background-color: #f8f9fa !important;
}
.auth-card form svg {
    stroke-width: 1.25;
    height: 24px;
    width: 24px;
}
.auth-card form .auth-input-icon {
    background: transparent;
    border: 0;
    left: 1px;
    position: absolute;
    top: 3px;
    z-index: 10;
}
.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;
    margin-bottom: 0.125rem;
    min-height: 1.5rem;
    padding-left: 1.5em;
}
.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 {
    right: 0;
    top: 0;
}
.auth-card .text-primary {
    color: var(--primary-color) !important;
}
