.hncvfl_form_required {
	color: rgb(198, 14, 76);
}

.hncvfl_form_label {
	font-weight: 600;
}

.hncvfl_form_container {
	margin-top: 10px;
	margin-bottom: 20px;
}

.hncvfl_form_input_text {
	background-color: rgb(255, 255, 255);
	width: 100%;
	border-color: rgb(216, 216, 216);
}

.hncvfl_form_button {
	font-weight: 600;
}

.hncvfl_form_erro {
	line-height: 20px;
	font-weight: 400;
	background-color: rgba(255, 0, 0, 0.1);
	width: 100%;
	padding: 40px;
	margin-bottom: 30px;
	border: 1px solid rgb(255, 0, 0);
	border-radius: 15px;
}