summaryrefslogtreecommitdiff
path: root/templ/login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templ/login.tpl')
-rw-r--r--templ/login.tpl13
1 files changed, 8 insertions, 5 deletions
diff --git a/templ/login.tpl b/templ/login.tpl
index 205b030..a0c17d1 100644
--- a/templ/login.tpl
+++ b/templ/login.tpl
@@ -1,7 +1,10 @@
{{define "body"}}
- <form action="/login" method="post">
- {{inputs_and_errors_for . .Errors}}
- {{.CsrfField}}
- <button type="submit">Log In!</button>
- </form>
+ <main class="d-flex align-items-center min-vh-100">
+ <form action="/login" method="post" class="container m-auto" style="max-width: 440px;">
+ <img src="/static/euro-money.svg" width="96" height="96" class="mb-4"/>
+ {{inputs_and_errors_for . .Errors}}
+ {{.CsrfField}}
+ <button class="btn btn-primary w-100" type="submit">Log In!</button>
+ </form>
+ </main>
{{end}} \ No newline at end of file