diff --git a/services/webapp/code/rosetta/core_app/templates/components/task.html b/services/webapp/code/rosetta/core_app/templates/components/task.html
index 977997559f693f0e3be39d65b711bcffc3a5c644..054c14b5e7b867d2e8cf7a8c187874eda8c19264 100644
--- a/services/webapp/code/rosetta/core_app/templates/components/task.html
+++ b/services/webapp/code/rosetta/core_app/templates/components/task.html
@@ -188,7 +188,7 @@
            -->
 
           </table>
-          <p style="margin-left:12px; font-size:0.9em; color:#484848">
+          <p style="margin-left:10px; font-size:0.9em; color:#484848">
           <i class="fa fa-info-circle" style="color:#337ab7"></i> You can share a direct link with other people, but remember that if you have no authentication in place anyone will be able to access.
           </p>
           </div>
diff --git a/services/webapp/code/rosetta/core_app/templates/login.html b/services/webapp/code/rosetta/core_app/templates/login.html
index 444ee86ce6d98bf8ace192240f2da23fc026df91..92bc55c7e51fa8428da52bbe5e81a052cf5da9f6 100644
--- a/services/webapp/code/rosetta/core_app/templates/login.html
+++ b/services/webapp/code/rosetta/core_app/templates/login.html
@@ -9,10 +9,8 @@
         <br />
         <br />
         <br />
-        <h1>Rosetta 💁🏽</h1>
+        <h1>Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1>
         <p style="font-size: 16px;">
-
-        <br />
         <br />
         <input style="margin-bottom:5px;" type="username" class="form-control" placeholder="Email" name='username' required autofocus>
         <input type="password" class="form-control" placeholder="Password" name='password'>