/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-jul-2017, 17:50:19
    Author     : fernando
*/

body {
  margin: auto;
  background: #eaeaea;  
  font-family: 'Open Sans', sans-serif;
}

form { 
   max-width:1000px;
   margin: 2% auto;
   width:100%;
   padding: 10px;
   background-color: #FFFFFF;
   border-radius: 5px;
   overflow: hidden;
}  

input .btn{
    position: static;
    
}