#login {
  background-color: LightBlue;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

label {
  display: inline-block;
  width: 100px;
  margin-bottom: 5px;
}