<% provide(:head_title, t("devise.passwords.new.head_title")) %> <% content_for(:body_class, 'forgot-password-layout') %>

<%=t "devise.passwords.new.title" %>

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <% if resource.errors.present? %>
<%= devise_error_messages! %>
<% end %>
<%= f.label :email %>
<%= f.email_field :email, autofocus: true, class: "form-control sci-input-field" %>
<%= f.button t("devise.passwords.new.submit"), class: "btn btn-primary" %>
<% end %> <%= render partial: 'users/shared/links', locals: {linkedin_skip: true} %>
<%= render partial: 'users/sessions/login_disclaimer'%>