diff --git a/src/snek/static/back-form.css b/src/snek/static/back-form.css
new file mode 100644
index 0000000..4824d6c
--- /dev/null
+++ b/src/snek/static/back-form.css
@@ -0,0 +1,18 @@
+.back-form {
+ display: grid;
+ grid-template-columns: auto auto;
+ grid-template-rows: auto auto;
+
+ fancy-button {
+ grid-column: 1 / 1;
+ grid-row: 1 / 1;
+ z-index: 1;
+ margin-left: 30px;
+ margin-top: 30px;
+ }
+
+ generic-form {
+ grid-column: 1 / 3;
+ grid-row: 1 / 3;
+ }
+}
\ No newline at end of file
diff --git a/src/snek/templates/login.html b/src/snek/templates/login.html
index 0ffc379..ed81224 100644
--- a/src/snek/templates/login.html
+++ b/src/snek/templates/login.html
@@ -4,8 +4,13 @@
Login - Snek chat by Molodetz
{% endblock %}
-{% block main %}
-