/* Center the login box vertically */
/* .container {
  height: 70vh;
  width: 70vw;

  display: flex;
  justify-content: flex-start;
  align-items: center;
} */
