.form-toggler {
	display:inline-block;
	vertical-align:middle;
}
.form-toggler > [type="checkbox"] {
	display:none;
}
.form-toggler > [type="checkbox"] + label {
	width: 48px;
	height: 24px;
	border: 1px solid #ced4da;
	background-color: var(--bs-light);
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
	overflow:hidden;
}
.bg-light .form-toggler > [type="checkbox"] + label {
	background-color: var(--bs-white);
}
.form-toggler > [type="checkbox"] + label:before {
	content: '';
	width: 20px;
	height: 20px;
	margin-top:1px;margin-left:1px;
	display:inline-block;
	border-radius: 24px;
	background-color: var(--bs-primary-light);
	transition: width 300ms ease-in-out; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out;
}
.form-toggler > [type="checkbox"] + label:after {
	content: '';
	display: block;
	width: 20px; height:20px;
	border-radius: 13px;
	background-color: var(--bs-gray);
	position: absolute;
	top: 1px;
	left: 16px;
	transform: translateX(-15px);-moz-transform: translateX(-15px);-webkit-transform: translateX(-15px);
	transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;
}
.form-toggler > [type="checkbox"]:checked + label:before {
	width:46px;
}
.form-toggler > [type="checkbox"]:checked + label:after{
	left:100%;
	transform: translateX(-21px);-moz-transform: translateX(-21px);-webkit-transform: translateX(-21px);
	background-color: var(--bs-primary);
}

#login-popup-wrap {
	height:auto;
}

@media (min-width: 1400px) {
	
}

@media (min-width: 1200px) {
	
}

@media (min-width: 992px) {
	#login-popup-wrap {
		height:92vh;
	}
}

@media (min-width: 768px) {
	
}
@media (min-width: 576px) {
	
}

@media (max-width: 575.98px) {
	
}
@media (max-width: 767.98px) {
	#login-popup {
		border:none !important;
	}
}
@media (max-width: 991.98px) {
	
}
@media (max-width: 1199.98px) {
	
}
@media (max-width: 1399.98px) {
	
}