body {
	font-family: "Manrope", sans-serif;
}
.sign_up_banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-position: right -100px top -75px;
	background-repeat: no-repeat;
	background-image: url(../../../../../themes/curam/assets/images/landingPage/curam-home/curam-bg.svg);
	background-size: 75%;
	margin: 0 0 0 0;
	padding-bottom: 25px;

}
.sign_up_form input {
	padding: 10px 20px !important;
	margin-bottom: 10px;
	border-radius: 33px;
	background-color: #b7b9e5;
	border: none;
	min-height: 40px !important;
	font-weight: 600;
	color: #494fc9;
	font-size: 16px;
}
.sign_up_form input:focus {
	outline: none;
}
/* Chrome, Safari, Edge, Opera */
.sign_up_form input::placeholder {
	color: #494fc9;
	font-weight: 600;
}
/* Firefox 19+ */
.sign_up_form input::-moz-placeholder {
	color: #494fc9;
	opacity: 1;
	/* Fixes the default opacity in Firefox */
	font-weight: 600;
}
/* Internet Explorer 10-11 */
.sign_up_form input:-ms-input-placeholder {
	color: #494fc9;
	font-weight: 600;
}
/* Microsoft Edge */
.sign_up_form input::-ms-input-placeholder {
	color: #494fc9;
	font-weight: 600;
}
/* Older versions of Firefox */
.sign_up_form input:-moz-placeholder {
	color: #494fc9;
	font-weight: 600;
}
body {
	padding: 0;
	margin: 0;
}
.gradient-overlay {
	background-image: linear-gradient(#b7b9e5, #fbfbfe);
}
.sign_up_form {
	padding: 20px 15px;
	background: #fff;
	border-radius: 20px;
}
.sign_up_banner h2 {
	font-size: 52px;
	line-height: 1.3em;
	color: #494fc9;
	margin: 30px 0 0 0;
	text-align: center;
}
.sign_up_banner p {
	font-weight: 400;
	color: #494fc9;
	font-size: 30px;
	margin: 10px 0px 20px 0px;
}
.sign-up-link a {
	font-size: 18px;
	color: #494FC9;
	text-decoration: underline !important;
	font-weight: 640;
}
.sign-up-link {
	padding-top: 30px;
}
@media (min-width:992px) and (max-width:1024px) {
	.sign_up_banner {
		padding-bottom: 25px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.sign_up_banner {
		background-position: center top;
		background-size: auto;
		padding-bottom: 25px;
	}
	.sign_up_banner h2 {
		font-size: 20px;
		max-width: 400px;
	}
	.sign_up_banner p {
		max-width: 300px;
		font-size: 18px;
		text-align: center;
		margin: 10px 0px 20px 0px;
	}
}

@media (max-width:767px) {
	.sign_up_banner {
		padding-bottom: 25px;
	}
	.sign_up_banner h2 {
		font-size: 18px;
		max-width: 350px;
	}
	.sign_up_banner p {
		max-width: 250px;
		font-size: 15px;
		margin: 10px 0px 20px 0px;
	}
	.sign_up_banner {
		background-position: center top;
		background-size: auto;
	}
}
@media (min-width:567px) and (max-width:768px) {
	.sign_up_banner {
		padding: 50px 50px;
	}
}
body.ads_affiliate_landing_page .sign_up_form input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-family: "Manrope", sans-serif;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	height: 45px;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	transition: all;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-duration: 100ms;
	background-color: #494FC9;
	color: white;
	margin: 5px auto;
}
ul.no-list.hs-error-msgs.inputs-list {
	color: red;
	list-style: none;
	margin: -10px 0px 5px 5px;
	padding-left: 10px;
}
label.hs-error-msg {
	font-size: 10px;
}
ul.hs-error-msgs label {
	font-size: 10px;
}
div.hs_error_rollup {
	display: none;
}
@media (max-width: 768px) {
	.sign_up_form {
		min-width: 360px;
	}
}