<%= simple_form_for(resource, as: resource_name, url: registration_path(resource_name), html: { class: "smart-form client-form" }) do |f| %>
Cadastrar no sistema
<%= f.error_notification %>
<%= f.label :email, class: "label" %>
<%= f.label :password, class: "label" %>
<%= f.label :password_confirmation, class: "label" %>
<%= render "devise/shared/links" %>
<% end %>