body,
html {
	margin: 0;
}

h3 {
	color: #ffc008;
	font-size: 28px;
}

* {
	font-family: Poppins, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.8px;
	text-decoration: none solid rgb(128, 128, 128);
	text-align: left;
	outline: none;
	box-sizing: border-box;
}

.harvest_form_container {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(128, 128, 128);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 80vw;
	box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
	 margin: auto;
	padding: 0;
}

.first_wrapper {
	word-spacing: 0px;
	color: rgb(128, 128, 128);
	max-width: 500px;
	padding: 10px 48px;
	flex-basis: 100%;
}

.form_input_container {
	line-height: 28.8px;
	text-decoration: none solid rgb(128, 128, 128);
	text-align: left;
	color: rgb(128, 128, 128);

	min-height: 70.4px;
	margin: 0px 0px 16px;
}

label {
	font-size: 12px;
	font-weight: 600;
	color: #ffc008;
	/* Box */
	height: fit-content;
	margin: 0px 0px 8px;
	padding: 0px;
	display: block;
}

.form_input {
	width: 100%;
	/* Miscellaneous */
	overflow: visible;
	cursor: text;
	border: none;
	border-bottom: 1px solid #01d28e;
	display: block;
	height: fit-content;
	background: rgba( 255, 255, 255, 0.25 ) !important;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 7px );
	-webkit-backdrop-filter: blur( 7px );
	color: #ffc008 !important;
}

.second_wrapper {
	text-decoration: none solid rgba(255, 255, 255, 0.8);
	text-align: left;
	/*background-color: rgb(1, 210, 142);*/
	padding: 48px;
	background: rgba( 255, 255, 255, 0.25 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 7px );
	-webkit-backdrop-filter: blur( 7px );
	color: #ffc008;
}


.harvest_form_interest {
	color: #ffc008;
}

.ast-mobile-popup-inner {
	background: #012B28 !important;
}


textarea.form_input {
	height: 100px;
}

.submit_button {
	background: rgb(1, 210, 142);
	border: none;
	outline: none;
	padding: 20px;
	/*width: 100px;*/
	text-align: center;
	margin-top: 20px;
	color: #012B28 !important;
}

@media screen and (max-width: 400px) {
	.harvest_form_container {
		width: 100%;
	}
}

@media screen and (min-width: 807px) {
	.first_wrapper {
		padding: 0;
	}

	.harvest_form_container {
		margin-top: 100px;
	}
}

@media screen and (max-width: 1182px) {
	.harvest_form_container {
		justify-content: center;
	}

	/* .first_wrapper {
	  padding: 0 0 0 48px;
  } */
}

@media screen and (min-width: 1182px) {
	.first_wrapper {
		padding: 0 48px;
	}
}

@media screen and (min-width: 1200px) {
	.harvest_form_container {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 1440px) {
	.first_wrapper {
		max-width: 650px;
	}
}

.harvest_form_congratulatory_message {
	text-align: center;
	background: rgba( 255, 255, 255, 0.25 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 7px );
	-webkit-backdrop-filter: blur( 7px );
	color: #ffc008;
}
