input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"], 
textarea, 
select { font-size: 15px;
}
#upload  {
     
    height: 38px;
    padding: 0 30px;
}
input[type="text"] { text-transform: capitalize; }
h3.titulo { text-transform: uppercase; font-size: 20px; font-weight: bold; color: black; margin: 10px 0 20px 0; border-bottom: 1px solid silver; padding-bottom: 10px;  } 
.right { float: right !important; }
.space_botton20 { padding-bottom: 40px;  }

#btn_cadastrar {background: #1EAED8;
    color: #fff;
    font-size: 30px;
    padding: 20px 30px;
    margin: 30px 0 0 100px;
    float: left;  }

.erro-cpf{
    font-size: 12px;
    color: red;
    display: none;
}