html, body {
  margin: 0;
  padding: 0;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
.wrapper .header {
  display: flex;
  justify-content: center;
}
.wrapper .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wrapper .footer {
  display: flex;
  justify-content: center;
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
}
.login form {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login form button {
  align-self: center;
  padding: 10px 20px;
  cursor: pointer;
}

.open-app-wrapper {
  width: 100%;
  height: 60vh;
  font: 18px/1.5 sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*# sourceMappingURL=main.css.map */
