body {
  background-image: url(../imagens/background/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  height: 100vh;
  display: flex;
  background-color: #f5f5f5;
}

#painel {
  width: 500px;
  /* margin-bottom: 5rem; */
}

#recuperacao {
  max-width: 700px;
}

@media (max-width: 576px) {
  #painel {
    width: 100%;
  }

  #recuperacao {
    max-width: 100%;
  }
}