.container-fluid {
  position: relative;
  width: 100%;
  height: 100vh;
}

.container-fluid::before {
  content: "";
  background-image: url("../assets/decoration.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.25;
}

.logo {
  width: 50%;
  max-width: 280px;
}