.containerCadastro {
  min-height: 100vh;
  height: 100%;  
  place-items: center;
}

@media (max-width: 990px) {
  .containerCadastro {

  }
}