diff --git a/templates/login.html.twig b/templates/login.html.twig
new file mode 100755
index 0000000..278a3b2
--- /dev/null
+++ b/templates/login.html.twig
@@ -0,0 +1,10 @@
+{% extends 'partials/base.html.twig' %}
+
+{% block menu %}
+ {% include 'partials/sidebar_right.html.twig' %}
+{% endblock %}
+
+{% block content %}
+ {% include 'partials/messages.html.twig' %}
+ {% include 'partials/login-form.html.twig' %}
+{% endblock %}