.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.login-container {
  width: 35rem;
  height: 25rem;
  padding: 3rem;
  gap: 1rem;
  border-radius: 1rem;
  background: #32383f;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.199);
}

#login-logo {
  max-height: 60px;
  width: auto;
}