<%= image_tag 'alchemy/alchemy-logo.svg', id: 'logo' %>
<%= alchemy_form_for :user, url: {action: 'create'}, id: 'login' do |f| %> <%= f.input Devise.authentication_keys.first, autofocus: true %> <%= f.input :password %>

<%= link_to Alchemy.t('Forgot your password?'), new_password_path %>

<%= hidden_field_tag 'user_screensize' %>
<% end %>
<%- content_for :javascripts do -%> <%- end -%>