.employer-registration-content-wrap.thankyou .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 107px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 50px;
}

.employer-registration-content-wrap.thankyou .inner .registration-submitted {
	width: 80px;
	margin-bottom: 70px;
}

.employer-registration-content-wrap.thankyou .inner .success-message {
	color: #231F20;
}

.employer-registration-content-wrap.thankyou .inner .success-description {
	font-size: 16px;
	color: var(--color-text);
	font-weight: 100;
	max-width: 450px;
	margin: 20px auto 70px;
	text-align: center;
	line-height: 22px;
}

.employer-registration-content-wrap.thankyou .inner .help-wrap {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.employer-registration-content-wrap.thankyou .inner .help-wrap .help-text {
	font-size: 14px;
	color: var(--color-text);
	margin-bottom: 15px;
}

.employer-registration-content-wrap.thankyou .inner .help-wrap .contact-cta {
	font-size: 14px;
	font-weight: bold;
	color: var(--color-text);
}

.employer-registration-content-wrap.thankyou .inner .help-wrap .email {
	font-size: 17px;
	color: var(--color-primary);
	font-weight: bold;
}

.employer-registration-content-wrap.thankyou .inner .help-wrap .email > img {
	margin-right: 10px;
}
