.login-container {
  height: 100vh;
}

@supports (height: 100dvh) {
  .login-container {
    height: 100dvh;
  }
}
