body {
  height: 100vh;
  margin: 0;
  padding: 0;

  font-family: "Inter";
}
.container {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.panel {
  height: 500px;
  width: 376px;
  border-radius: 6px;
  padding: 48px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;

  background: #ffffff;
  border-radius: 6px;
}

#error-message {
  color: red;
}