<%= bootstrap_form_for(resource, as: resource_name, url: password_path(resource_name),
layout: :horizontal, label_col: 'col-sm-2', control_col: 'col-sm-10',
html: { role: 'form', method: :post } ) do |f| %>
<%= t '.par1' %>
<%= f.email_field :email, autofocus: true %>
<%= t '.par2_html' %>
<% end %>