diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index f680fd68d70cd8d864bcaabc38160b86fd27679c..b235eb845b0138062b580643364dd750fe323e1e 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -198,6 +198,10 @@
     font-weight: normal;
   }
 
+  .submit-container {
+    margin-top: 16px;
+  }
+
   input[type="submit"] {
     @extend .btn-block;
     margin-bottom: 0px;
diff --git a/app/views/devise/sessions/_new_base.html.haml b/app/views/devise/sessions/_new_base.html.haml
index d0cd418236a8c604298df238389efdf8081545c2..a96b579c59329c1c20b11ef9680e342799ed9208 100644
--- a/app/views/devise/sessions/_new_base.html.haml
+++ b/app/views/devise/sessions/_new_base.html.haml
@@ -12,5 +12,5 @@
         %span Remember me
       .pull-right
         = link_to "Forgot your password?", new_password_path(resource_name)
-  %div.prepend-top-20
+  %div.submit-container
     = f.submit "Sign in", class: "btn btn-save"
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index fb7ee2dbd3bb65bc585db481d3d32db17429971a..d0bbcf3115e2cd084137f3270cd9633f5506d59d 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -24,7 +24,7 @@
         = recaptcha_tags
       %div
         = f.submit "Register", class: "btn-register btn"
-.clearfix.prepend-top-20
+.clearfix.submit-container
   %p
     %span.light Didn't receive a confirmation email?
     = succeed '.' do