.plucdf {
  margin: 0;
  font-family: "Inter";
}

.plucdf-main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/bg-1.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.plucdf-main::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
}

.plucdf-form-wrap {
  position: relative;
  overflow: auto;
  width: 100%;
  max-width: 500px;
  max-height: calc(100% - 20px);
  margin: 10px;
}

@media (max-width: 800px) {
  .plucdf-main {
    background-image: url("/img/bg-2.png");
  }
}
@media (max-width: 685px) {
  .plucdf-main {
    background-image: url("/img/bg-3.png");
  }
}

.plucdf-form-wrapp {
  position: relative;
  width: 100%;
  max-width: 500px;
}
