diff --git a/static/css/style.css b/static/css/style.css index 4cdd70c..002eb80 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1840,6 +1840,16 @@ a { margin-right: 1rem; } +#login .login-bottom { + display: flex; + justify-content: space-between; + padding: 0 18px 0 18px; +} + +#login .login-bottom > * { + margin: 0; +} + /* ################################################################################################# */ .score-wrapper { position: relative; diff --git a/templates/registration/login.html b/templates/registration/login.html index 6d476d5..76aabdd 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -4,7 +4,10 @@ {% block content %}
-
Sign in
+
+ + +
{% csrf_token %}
@@ -23,7 +26,10 @@
- Forgot password ? +
{% endblock content %}