.container {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
    width: 350px;
    height: 200px;
    text-align: center;
}

ul li {
  list-style: none;
}

label {
  width: 100px;
}

#login-form {
  margin-bottom: 200px;
}

#error {
  color: #D91C0B;
  margin: 50px 0;
}
