diff --git a/resources/views/pages/auth/login.blade.php b/resources/views/pages/auth/login.blade.php
index fe10082..f6af2c3 100644
--- a/resources/views/pages/auth/login.blade.php
+++ b/resources/views/pages/auth/login.blade.php
@@ -156,7 +156,7 @@ public function authenticate()
@else
@if($showIdentifierInput)
-
+
@endif
@endif
@@ -174,13 +174,17 @@ public function authenticate()
@endif
@endif
- @if($showPasswordField)
-
-
-
+ @php
+ $passwordFieldClasses = $showPasswordField ? 'flex flex-col gap-6' : 'hidden';
+ @endphp
+
+
+
+
+
{{ config('devdojo.auth.language.login.forget_password') }}
- @endif
+
{{ config('devdojo.auth.language.login.button') }}
diff --git a/resources/views/pages/auth/password/[token].blade.php b/resources/views/pages/auth/password/[token].blade.php
index f1d3db4..7505afc 100644
--- a/resources/views/pages/auth/password/[token].blade.php
+++ b/resources/views/pages/auth/password/[token].blade.php
@@ -77,8 +77,8 @@ function ($user, $password) {
diff --git a/resources/views/pages/auth/password/confirm.blade.php b/resources/views/pages/auth/password/confirm.blade.php
index 1d6767d..b240aa2 100644
--- a/resources/views/pages/auth/password/confirm.blade.php
+++ b/resources/views/pages/auth/password/confirm.blade.php
@@ -44,7 +44,7 @@ public function confirm()
:show_subheadline="($language->passwordConfirm->show_subheadline ?? false)"
/>
diff --git a/resources/views/pages/auth/password/reset.blade.php b/resources/views/pages/auth/password/reset.blade.php
index 12c959e..14acda5 100644
--- a/resources/views/pages/auth/password/reset.blade.php
+++ b/resources/views/pages/auth/password/reset.blade.php
@@ -67,7 +67,7 @@ public function sendResetPasswordLink()
@else