.auth-card,
.auth-card .card-header {
	background-color: #f8f9fa !important
}

.auth-card form svg {
/*	stroke-width: 1.25;*/
	height: 20px;
	width: 20px
}

.auth-card form .auth-input-icon {
    border-right: 1px solid #00000017;
    background: center;
    /* border: 0; */
    /* inset-inline-start: 1px; */
    position: absolute;
    /* top: 3px; */
    z-index: 10;
    border-radius: 20px 0px 0px 20px;
    padding: 11px;
    /* font-size: 10px !important; */
}
.auth-card__body.card-body.p-5.pt-3 label.form-label {
    font-size: 16px;
    font-weight: 400;
    color: #140e51;
}
.auth-card form .form-control {
    background-color: #fff;
    border-radius: 20px;
    font-size: 15px;
    color: #000 !important;
    padding: 10px;
}
.auth-card .text-decoration-underline {
    text-decoration: underline !important;
    color: #FE9B8E;
}
.auth-card .gap-3 {
	gap: 1rem !important
}

.auth-card .pb-0 {
	padding-bottom: 0 !important
}

.auth-card .ps-5 {
	padding-inline-start: 3rem !important
}

.auth-card .form-check {
	display: block;
	margin-bottom: .125rem;
	min-height: 1.5rem;
	padding-inline-start: 1.5em
}

.auth-card .form-check.form-check-inline {
	display: inline-block;
	margin-inline-end: 1rem
}

.auth-card .form-check .form-check-input {
	margin-inline-start: -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 {
	inset-inline-end: 0;
	top: 0
}

.auth-card .text-primary {
	color: var(--primary-color) !important
}