If you are looking to center align the Gravity Forms submit button then add this CSS code to your stylesheet.

div.gform_footer.top_label {
 text-align: center;
}