.cc_banner-wrapper {
	display: none !important;
}
/* select#mobile_prefix {
    color: #fff !important;
} */
.rowflexotp {
	display: flex;
	gap: 20px;
	align-items: baseline;
}
.col-2rowflexotp {
	width: 100px;
}
.col-10rowflexotp {
	width: 100%;
}
.col-2rowflexotp .btn {
	padding: 14px 28px 14px 28px;
	border-radius: 99px;
	background: #f49f58;
	color: #fff;
	font-weight: 600;
	margin-right: 10px;
	height: 54px;
	font-size: 18px;
	margin-bottom: 0px;
}
.col-2rowflexotp .btn:hover {
	background: #fce1cb !important;
	color: #f49f58 !important;
}
.cc_banner-wrapper{display: none!important;}
 
.business-signup-page-section .form-control {
	margin-bottom: 14px !important;
}
.business-signup-page-section span.text-danger {
	margin: 10px !important;
}.col-10rowflexotp {
    width: 100%;
    max-width: 745px;
	height:105px;
}
.membership-subscription-new-card-content .membership-subscription-new-card-content-para:nth-child(3) {
    display: none!important;
}
@media screen and (max-width: 767px) {
	.business-signup-page-section .col-md-12.loginusfooter2 {
		margin-bottom: 20px;
	}
	.col-10rowflexotp {
		width: 70%;
	}
	.col-2rowflexotp .btn {
		padding: 7px 18px 7px 18px;
		border-radius: 99px;
		background: #f49f58;
		color: #fff;
		font-weight: 600;
		margin-right: 0px;
		height: 48px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.rowflexotp {
		gap: 5px;
		align-items: baseline;
	}
}
