diff --git a/src/ui/templates/pages/login/index.html b/src/ui/templates/pages/login/index.html
index cace726..16fc3a4 100644
--- a/src/ui/templates/pages/login/index.html
+++ b/src/ui/templates/pages/login/index.html
@@ -1,7 +1,6 @@
{% extends "layouts/root.html" %}
{% from "components/logo.html" import logo %}
-
{% block body %}
{% include "pages/login/login_form.html" %}
-
+
diff --git a/src/ui/templates/pages/login/login_form.html b/src/ui/templates/pages/login/login_form.html
index 7c43361..1bc3496 100644
--- a/src/ui/templates/pages/login/login_form.html
+++ b/src/ui/templates/pages/login/login_form.html
@@ -13,7 +13,8 @@
{% endif %}
{% set input_container_class =
-"flex items-center justify-center w-full gap-1 p-3 mt-1 border rounded-lg focus-within:ring-2 focus-within:ring-green-500"
+"flex items-center justify-center w-full gap-1 p-3 mt-1 border rounded-lg focus-within:ring-2
+focus-within:ring-green-500"
%}
{% set input_class =
@@ -32,8 +33,7 @@
class="block text-gray-700",
)
}}
-
+
+