diff --git a/app/assets/stylesheets/devise.css.scss b/app/assets/stylesheets/devise.css.scss index 2e7d851..07840cd 100644 --- a/app/assets/stylesheets/devise.css.scss +++ b/app/assets/stylesheets/devise.css.scss @@ -10,6 +10,11 @@ background-color: white; } +.short-hr { + margin-top: 6.9px; + margin-bottom: 11px; +} + .devise-header { color: #1f8dd6; line-height: 0; @@ -34,6 +39,7 @@ margin-top: 29px; margin-left: 50px; padding-top: 28px; + background-color: rgba(238, 238, 238, 0.91); } } diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index f809288..aa1da4f 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -20,11 +20,11 @@ <%= f.submit "Sign in", class: 'btn btn-primary form-control', id: 'sign_in_btn' %> -
Employer? Click here to sign in