<% header_title t('.title') %> <%= form_with url: session_path do |form| %> <%= auth_messages form %> <%= form.email_field :email, label: t('.email'), autofocus: false, autocomplete: "email", required: 'required', placeholder: t('.email_placeholder') %> <%= form.password_field :password, label: true, required: 'required' %> <%= form.submit t('.submit') %> <% end %>

<%= t('.forgot_password') %> <%= link_to t('.reset_password'), new_password_reset_path, class: 'font-medium text-gray-600 hover:text-gray-400 transition' %>