diff --git a/django/website/users/templates/registration/login.html b/django/website/users/templates/registration/login.html
index 9f2225942da5f26aceff19f3e2f5c6c715c08402..758310b451df9c1ef0159571a34f9e4b08aa792c 100644
--- a/django/website/users/templates/registration/login.html
+++ b/django/website/users/templates/registration/login.html
@@ -7,6 +7,7 @@
     <div class="col-md-6 col-md-offset-3">
         <div class="panel panel-default login-form">
             <div class="form-group panel-body">
+                <h3> {% bootstrap_icon "user" %} HID login </h3>
                 <form action="." method="post">{% csrf_token %}
                 {% bootstrap_form form show_label=False %}
                 {% bootstrap_button "Log in" button_type="submit" value="Log in" button_class="pull-right" %}