Footer sobrepondo form

Olá pessoal sou iniciante em Front-End e estou fazendo uma pagina porem o footer esta sobrepondo o form da página.

Tentei remover o position Absolute do footer, mas ele não fica no final da pagina ao dar zoom alguem saberia coomo me ajudar?

css do footer:

footer {

padding: 50px 0;
margin-top: 70px;

background-color: #10171d;

color: #FFFFFF;
text-align: center;

position:absolute;

bottom:0;
width:100%;

}

footer img {

padding-right: 15px;
padding-bottom: 60px;

}

footer p {

font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 20px;

}

Imagem do footer sobrepondo o form: