.login-page {
  background-image: url("../../img/login/bg_login_03.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.login-box {
  margin: 0;
}

.login-box-body {
  background-color: rgba(0, 0, 0, 0.8);
}

.filter {
  /* backdrop-filter: blur(2px); */
  display: flex;
  justify-content: center;
  padding-top: 8%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  height: 100vh;
  width: 100vw;
}