diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index c0a927d6454d9ca38f82984a463626258e97bbc8..519536ebf3f2238b1b9c5bcb7dfe963691293995 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -462,15 +462,6 @@ table.tipo1 p {
 .fundo {
   background: black;
 }
-.right-edge {
-  padding: 0px 45px;
-  margin-bottom: 25px;
-}
-
-.left-edge {
-  position:absolute;
-  left: -35px;
-}
 
 .set-align {
   position: relative;
diff --git a/app/assets/stylesheets/application/welcome.scss b/app/assets/stylesheets/application/welcome.scss
index ebb4f99bd23b1eb576abfc23a4ceb8b33983a6de..beafcb4b5be3d566d5400d8625e07d760e493c7e 100644
--- a/app/assets/stylesheets/application/welcome.scss
+++ b/app/assets/stylesheets/application/welcome.scss
@@ -119,3 +119,15 @@ $carousel_size: 400px;
     text-justify: inter-word;
   }
 }
+
+// banner in index
+.registration-banner {
+  .right-edge {
+    padding: 0px 45px;
+    margin-bottom: 25px;
+  }
+
+  .left-edge {
+    position:absolute;
+  }
+}
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 265470328f7ef607fc381d21f5e3d3a9380a5552..ec78f89123af9257191199aea5d2f19752e8b5cc 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -46,7 +46,7 @@
     </div>
   </div>
   <% if !user_signed_in? %>
-  <div class="col-md-3 col-md-offset-1 hidden-xs hidden-sm">
+  <div class="registration-banner col-md-3 col-md-offset-1 hidden-xs hidden-sm">
     <div class="panel-wrapper">
       <div style="padding: 30px; min-height: 400px;">
         <div style="text-align:center"><%= image_tag image_path('icons/signup.png'), class: "logo",size: "140x140" %></div>