/* body {
  position: relative;
  min-height: 100vh;
  margin: 0;

  background: url("../../images/bg.jpg") no-repeat center center;
  background-size: cover;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#login,
.login-box,
.wrapper,
.container {
  position: relative;
  z-index: 1;
} */

body {
    min-height: 100vh;
    margin: 0;

    background-image: url("../../images/bg.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}