.login-page {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/login-waves-bg.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  background-position: bottom left;
}
