@import "layouts/common/style/reset.scss";

div.fca_eoi_form_text_element,
input.fca_eoi_form_input_element,
input.fca_eoi_form_button_element {
	@include fca_eoi_reset();
	@include fca_eoi_reset_font_properties();
	transition: background 350ms linear;
}

div.fca_eoi_form_text_element {
	text-align: center;
}

div.fca_eoi_layout_headline_copy_wrapper {
	font-weight: bold;
}
div.fca_eoi_featherlight .featherlight-close-icon {
	background: rgba(255,255,255,0);
}