#body-login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
#box-login {
  width: 420px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background-color: #2b3143;
}
