Informe de Rendimentos

<form method="POST" action="https://banricoop.coop.br/informe-de-rendimentos/">

  <label for="nome">Nome</label><br>
  <input 
    type="text" 
    id="nome" 
    name="nome" 
    required 
    placeholder="Digite seu nome"
  ><br><br>

  <label for="cpf">CPF</label><br>
  <input 
    type="text" 
    id="cpf" 
    name="cpf" 
    required 
    placeholder="Digite seu CPF"
    maxlength="14"
  ><br><br>

  <button type="submit">
    Acessar meu documento
  </button>

</form>