.login-body,
.login-page-wrapper {
  background: #ccc;
}

.login-page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
}

.login-form {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #fff;
  width: 100%;
  max-width: 30%;
}

.login-form h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
}

.login-form label {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.login-label {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.login-label input {
  height: 30px;
  margin: 5px 0;
  font-size: 1.2rem;
}

.login-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 200px;
  background-color: black;
  color: white;
  margin-left: auto;
}
