#app {
  display: grid;
  height: 100vh;
  place-items: center;
}

#app .logo {
  min-width: 124px;
  min-height: 124px;
  background-image: url('/public/img/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  form {
    max-width: 30%;
    margin: 0 auto;
  }
}
