= devise_form_area_tag do
.well.sign_in
%h2= t('.resend_unlock_instructions', :default => "Resend unlock instructions")
= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
= f.full_error :unlock_token,class: ["has-error"]
.form-inputs
= f.input :email, required: true, autofocus: true,input_html: {class: ["ime-disable"]}
.form-actions
= f.button :submit, t('.resend_unlock_instructions', :default => "Resend unlock instructions")
= render "devise/shared/links"