<%= javascript_include_tag "auth_providers" %>
<% end %>
-<% content_for :heading_class, "p-0 mw-100" %>
+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
<% if @client_app_name %>
<p class="text-center text-body-secondary fs-6 py-2 mb-0 bg-body"><%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %></p>
<% end %>
- <div class="header-illustration new-user-main auth-container mx-auto">
+ <div class="header-illustration new-user-main">
<ul class="nav nav-tabs position-absolute bottom-0 fs-6 w-100">
<li class="nav-item">
<%= link_to t("sessions.new.tab_title"), "#", :class => "nav-link active" %>
</div>
<% end %>
-<div id="login_login" class="auth-container mx-auto my-0">
+<div id="login_login">
<% if @preferred_auth_provider %>
<%= render :partial => "auth_providers" %>
<%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %>
<%= f.text_field :username, :label => t(".email or username"), :autofocus => true, :tabindex => 1, :value => params[:username] %>
- <div class="d-flex flex-wrap column-gap-3 justify-content-between align-items-baseline">
- <%= f.label :password, t(".password"), :class => "my-2" %>
+ <div class="d-flex flex-wrap column-gap-3 justify-content-between align-items-baseline mb-2">
+ <%= f.label :password, t(".password") %>
<small><%= link_to(t(".lost password link"), user_forgot_password_path) %></small>
</div>