You are not setting a WHERE in the first query:
WHERE
$verifica_banco=mysqli_query($conexao,"SELECT * FROM petianos WHERE cpf='$cpf' LIMIT 1");
So he will check if the CPF is registered or not.