section.signup {
	padding: 100px 0;
}
.tabs-sign-up ul#pills-tab {
	gap: 14px;
	justify-content: center;
}
h2.sign-cleaning {
	text-align: center;
	margin-bottom: 20px;
}
.tabs-sign-up.sign-items-wrapper .nav-pills .nav-link.active {
	border: none;
	background-color: #d1002a !important;
	z-index: 11111;
	color: #ffffff;
}
.tabs-sign-up.sign-items-wrapper .form-group .lable-wrapper:before {
	content: "";
	-webkit-appearance: none;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 13px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	background: #662d91;
	border-radius: 15px !important;
}
.tabs-sign-up.sign-items-wrapper
	.form-group
	input[type="checkbox"]:checked
	+ .lable-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border: solid #fff;
	border-width: 7px;
	transform: rotate(45deg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs-sign-up .form-control input {
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.tabs-sign-up .nav-link {
	background-color: #f6f6f6 !important;
	width: 200px;
	padding: 15px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--secondary-font);
	color: #211f1b;
	border-radius: 10px;
	position: relative;
	z-index: 111;
}
section.signup input.form-control {
	background: #fff;
	border: none;
}
.togglePassword {
	position: absolute;
	top: 57px;
	right: 17px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #c2c2c2;
}
section.signup textarea.form-control {
	background: #fff;
	border: none;
	height: 97px;
}
/* login */
.login-checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 10px;
}
.login-checkbox .checkbox-main-wrapper .custom-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #8e8e8e;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
}
.login-checkbox .checkbox-main-wrapper .custom-checkbox::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid #393939;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
	display: none;
}
/* otp css */
.otp .form-control {
	padding: 10px !important;
}
