diff --git a/app/views/welcome/add_file.html.erb b/app/views/welcome/add_file.html.erb
index ce941d7f0cb75123c9e0d3c354d36f98eccaa898..d7b64b59b66aa378834aa9d0555f34cd7b97b13e 100644
--- a/app/views/welcome/add_file.html.erb
+++ b/app/views/welcome/add_file.html.erb
@@ -15,20 +15,45 @@
             <div class="white-input">
 
               <div class="col-md-3">
-                <%= image_tag image_path('user-anon.png'), class: "logo" %><br/>
+                <%= image_tag image_path('icons/square.png'), style:"width:250px; height:150px;" %><br/>
                 <%= link_to 'editar foto', search_path,style:'color: #1676bc;' %>
               </div>
               <div class="col-md-9">
 
-                <table style="margin: 20px auto;">
+                <table style="margin-left:0px;">
                   <tr>
-                  <td>Título do arquivo</td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
+                  <td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;
+                    <input type="text" size="70px" style="height:30px;font-size:14pt; margin-bottom: 10px;" placeholder="Título do arquivo">
+                  </td>
                   </tr>
                   <tr>
-                  <td> <div style="margin-bottom: 15px"> Descrição</div></td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
+                  <td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;
+                    <input type="text" size="70px" style="height:65px;font-size:14pt; margin-bottom: 10px;" placeholder="Descrição">
+                    <br/>
+                  </td>
                   </tr>
                   <tr>
-                  <td>  Confirmar senha:</td><td>&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" size="35" placeholder="email"></td>
+                  <td colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;  <input type="text" size="70px" style="height:30px;font-size:14pt; margin-bottom: 10px;" placeholder="Assunto"></td>
+                  </tr>
+                  <tr>
+                  <td>
+                    <select style="width: 345px; margin-left:8px">
+                       <option value="">Nível</option>
+                     <option value="">..</option>
+                    </select>
+
+                  </td>
+                  <td>
+                    <select style="width: 345px;">
+                       <option value="">Adicionar à coleção</option>
+                     <option value="">..</option>
+                    </select>
+                  </td>
+                  </tr>
+                  <tr>
+                  <td colspan="2">
+                    <div class=" pull-right">  <%= button_to "Remover", new_user_registration_path,class: "btn btn-danger", style: 'margin-top: 15px; width: 130px; background-color: #FF2134;'%></div>
+                  </td>
                   </tr>
                 </table>
 
@@ -37,6 +62,16 @@
           </div>
         </div>
       </div>
+      <div class="col-md-12">
+          <div class="container-fluid" >
+            <div class="pull-right">
+              <input type="checkbox" >&nbsp;Li e concordo com os <%= link_to 'termos e condições', search_path, style:'color: #1676bc;' %> de upload e copyright<br/><br/>
+                <div class="pull-left"><div style= 'margin-left:130px;'><%= link_to 'Cancelar', search_path %></div></div>
+                <div class="pull-right"><%= button_to "Salvar", search_path,class: "btn pull-right", style: 'margin-top: -10px; width: 230px; color:white; background-color: #1676bc;'%></div>
+
+            </div>
+          </div>
+      </div>
     </div>
   </div>
 </div>