diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 50a31500ec50f097f8768dec7a4faef6e4d247ec..2be853a2b73685779b4a6690fd680a50e9df6559 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -55,12 +55,15 @@
   </div>
   <div class="col-md-3 col-md-offset-1 hidden-xs hidden-sm">
     <div class="panel-wrapper">
-      <div style="padding: 5px 30px 30px 30px; min-height: 400px">
-        <h2>Cadastre-se!</h2>
-        <h2>Vantagens de cadastrar:</h2>
-        <h2>Tem Muitas!</h2>
+      <div style="padding: 30px; min-height: 400px">
+        <h2>Cadastre-se!</h2><br>
+        <h2>Vantagens de cadastrar:</h2><br>
+        <h2>Tem Muitas!</h2><br>
+        <h2>Tem Muitas!</h2><br>
+        <h2>Tem Muitas!</h2><br>
+        <h2>Tem Muitas!</h2><br>
       </div>
-      <div style="width: 100%; padding: 5px 30px 30px 30px;">
+      <div style="width: 100%; padding: 30px;">
         <%= form_tag(new_user_registration_path, method: 'get') do %>
           <%= text_field_tag :email, '', placeholder: "Seu email", class: 'form-control'%>
           <%= button_to "Cadastrar-se", new_user_registration_path,class: "btn btn-danger", style: 'margin-top: 10px; width: 230px; background-color: #FF2134;'%>