diff --git a/web/templates/login.html b/web/templates/login.html
index 1af320e..cbad8dd 100644
--- a/web/templates/login.html
+++ b/web/templates/login.html
@@ -1,16 +1,52 @@
-{% extends "base.html" %}
-{% block title %}Sign in - Illustrations DB{% endblock %}
-{% block content %}
-
-
Sign in
- {% if error %}
{{ error }}
{% endif %}
-
+{% load static %}
+
+
+
+
+
Sign in ยท Illustrations
+
+
+
+
+
+
+
+
Sign in
+
+ {% if form.non_field_errors %}
+
+ {% for e in form.non_field_errors %}{{ e }}{% if not forloop.last %}
{% endif %}{% endfor %}
+
+ {% endif %}
+
+
+
-{% endblock %}
+
+
+
\ No newline at end of file