/* Affiliate registration — align with sign-up (form#payment-form in style.css) */

/* Legacy WPBakery block and default AffiliateWP legend only */
body.d2w-affwp-registration-page #afflsec,
body.d2w-affwp-registration-page .affwp-register-form legend,
.d2w-affwp-signup-form legend {
	display: none !important;
}

.d2w-affwp-signup-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.d2w-affwp-signup-form .affwp-errors,
.d2w-affwp-signup-form .affwp-error {
	color: #ff6b6b;
	font-size: 14px;
	margin-bottom: 0.75rem;
}

.d2w-affwp-signup-form .row.packagerow label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.d2w-affwp-signup-form .packageprice {
	color: #fff;
	font-weight: 600;
}

.d2w-affwp-signup-form .packageprice small {
	font-weight: 400;
	font-size: 14px;
	margin-left: 4px;
}

.d2w-affwp-signup-form .alreadyaccount a {
	color: #bd6d00;
	text-decoration: none;
}

.d2w-affwp-signup-form input[type="submit"] {
	background: #bd6d00;
	padding: 15px 30px;
	color: #fff;
	border: none;
	border-radius: 5px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
}

@media (max-width: 767px) {
	.d2w-affwp-signup-portal .authsection .row img {
		margin-bottom: 1.5rem;
	}
}
