diff --git a/templates/customer/_partials/customer-form.tpl b/templates/customer/_partials/customer-form.tpl
index f0100e1..93fd90a 100644
--- a/templates/customer/_partials/customer-form.tpl
+++ b/templates/customer/_partials/customer-form.tpl
@@ -28,7 +28,7 @@
   {/block}
 
 <form action="{block name='customer_form_actionurl'}{$action}{/block}" id="customer-form" class="js-customer-form" method="post">
-  <section class="flex flex-col gap-2">
+  <section class="flex flex-col gap-3">
     {block "form_fields"}
       {foreach from=$formFields item="field"}
         {block "form_field"}
diff --git a/templates/customer/_partials/login-form.tpl b/templates/customer/_partials/login-form.tpl
index 590af4b..255b1d8 100644
--- a/templates/customer/_partials/login-form.tpl
+++ b/templates/customer/_partials/login-form.tpl
@@ -29,7 +29,7 @@
   {/block}
 
   <form id="login-form" action="{block name='login_form_actionurl'}{$action}{/block}" method="post">
-    <section class="flex flex-col gap-2">
+    <section class="flex flex-col gap-3">
       {block name='login_form_fields'}
         {foreach from=$formFields item="field"}
           {block name='form_field'}