diff --git a/static/css/footer.css b/static/css/footer.css
index 23fbc04..e5afe14 100644
--- a/static/css/footer.css
+++ b/static/css/footer.css
@@ -1,24 +1,7 @@
footer {
background-color: #f5f5f5;
-}
-
-/*footer .container .col .nav .nav-item {
- display: inline-block;
- margin-right: 3vh;
-}
-
-.lang-button {
- height: 4vh;
- width: 6vh;
- margin-left: 1vh;
- margin-right: 1vh;
-}
-
-.lang-select {
- width: 10rem;
- display: inline-block;
-}
-
-footer .lang-form {
- margin: 1rem auto 0;
-}*/
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+}
\ No newline at end of file
diff --git a/templates/login.html b/templates/login.html
index 463ea05..48fe91d 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -2,30 +2,25 @@
{% load i18n %}
{% block content %}
-
+
{% block content %}
{% endblock %}
diff --git a/templates/password_reset/recovery_form.html b/templates/password_reset/recovery_form.html
index 1dec151..ae8f7c2 100644
--- a/templates/password_reset/recovery_form.html
+++ b/templates/password_reset/recovery_form.html
@@ -1,12 +1,12 @@
{% extends "password_reset/base.html" %}
{% load i18n %}
-
-{% block title %}{% trans "Password recovery" %}{% endblock %}
+{% load bootstrap3 %}
{% block content %}
-
+
{% trans "Password recovery" %}
+
{% endblock %}
\ No newline at end of file
diff --git a/webapp/static/css/login.css b/webapp/static/css/login.css
index 8d20848..92ed750 100644
--- a/webapp/static/css/login.css
+++ b/webapp/static/css/login.css
@@ -1,40 +1,3 @@
-html {
- width: 100%;
- height: 100%;
-}
-
-@media (max-width: 760px) {
- html {
- font-size: 24px;
- }
-}
-
-@media (min-width: 760px) {
- html {
- font-size: 16px;
- }
-}
-
-body {
- max-width: 760px;
- margin: auto;
- font-size: 1rem;
-}
-
-h1 {
- padding-bottom: 3rem;
- padding-top: 3rem;
- font-size: 3rem;
-}
-
-#content-body {
- width: 100%;
-}
-
-#login-button {
- float: right;
-}
-
-#site-title {
- margin-bottom: 20px;
-}
+.login.container {
+ margin-top: 2rem;
+}
\ No newline at end of file