Hello @bellhogar
The issue is caused by the style definition:
.et_pb_bc_btn.et_pb_button_alignment_center .et_pb_module_inner {
text-align: center;
}
Inherited from the pages builder.
Please, enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png):
#fbuilder .fields>label{display:block !important;}
#fbuilder .fields label{text-align:left !important;}
Best regards.