diff --git a/app/views/idv/doc_auth/agreement.html.erb b/app/views/idv/doc_auth/agreement.html.erb
index 3abea0fcfeb..63a825b5909 100644
--- a/app/views/idv/doc_auth/agreement.html.erb
+++ b/app/views/idv/doc_auth/agreement.html.erb
@@ -20,7 +20,7 @@
<%= validated_form_for :doc_auth,
url: url_for,
method: 'put',
- html: { autocomplete: 'off', class: 'margin-top-2 js-consent-continue-form' } do |f| %>
+ html: { autocomplete: 'off', class: 'margin-top-2 margin-bottom-5 js-consent-continue-form' } do |f| %>
<%= check_box_tag(
:ial2_consent_given,
diff --git a/app/views/idv/doc_auth/welcome.html.erb b/app/views/idv/doc_auth/welcome.html.erb
index 4aaf3a5dcd0..f6d8cddcc8f 100644
--- a/app/views/idv/doc_auth/welcome.html.erb
+++ b/app/views/idv/doc_auth/welcome.html.erb
@@ -58,7 +58,7 @@
-
+
<%= step += 1 %>
@@ -79,8 +79,7 @@
<%= validated_form_for :doc_auth,
url: url_for,
method: 'put',
- html: { autocomplete: 'off', class: 'margin-top-2 js-consent-continue-form' } do |f| %>
-
+ html: { autocomplete: 'off', class: 'margin-y-5 js-consent-continue-form' } do |f| %>
<%= f.button :button,
t('doc_auth.buttons.continue'),
type: :submit,