.app--form--email {}

.app--form--email .email-form label {
	display: block;
	margin: 1em 0 0.25em;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.5em;
}
.app--form--email .email-form input,
.app--form--email .email-form textarea {
	display: block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
}
.app--form--email .email-form input::placeholder,
.app--form--email .email-form textarea::placeholder {
	color: #BEBEBE;
}
.app--form--email .email-action {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row nowrap;
	margin: 1em 0 0;
}
.app--form--email .email-failure {
	padding: 0 1em 2em 0;
}
.app--form--email .email-submit {
	width: 176px;
	height: 44px;
	flex: 0 0 auto;
	color: white;
	font-size: 0.825em;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	/* background: transparent linear-gradient(146deg,
		#FCB316 0%,
		#C75A0A 100%
	) 0% 0% no-repeat padding-box; */
	background: transparent linear-gradient(180deg,
		#00F2AD 0%,
		#00D8D2 100%
	) 0% 0% no-repeat padding-box;
	border: none;
	box-shadow: 0px 3px 6px #1C0D6533;
	border-radius: 5px;
}
.app--form--email .hero-contato-success {
	font-size: 20px;
	font-weight: 600;
}
.app--form--email .hero-contato-success p {
	margin: 0 0 1em;
}

@media (max-width: 768px) {
	.app--form--email .email-action {
		flex-direction: column;
	}
	.app--form--email .email-submit {
		width: 100%;
	}
}
