<%= form_for :user, url: user_session_path, html: {class: 'container'} do |f| %>
<%= content_tag :button, t(:login), :type => :submit, :class => 'btn btn-primary' %>
<%= link_to content_tag(:small, t(:forgot_password)), new_user_password_path %>
<% end %>