<% if resource.errors.any? %>
Please fix the following errors:
    <%= devise_error_messages! %>
<% end %>

Forgot your password?

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
<%= f.label 'Enter the email associated with your account' %>
<%= f.email_field :email, autofocus: true %>
<%= f.submit "Send me reset password instructions", class: 'btn blue' %>


<%= render "devise/shared/links" %>

<% end %>