.auth-one-bg {
  background-image: url("/assets/promo-bg-b255d822.webp");
  background-position: center;
  background-size: cover;
}
.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}
p.text-promo {
  color: rgba(255, 255, 255, .5) !important;
}
.auth-one-bg .bg-overlay {
  background: linear-gradient(to right, rgb(54, 69, 116), rgb(64 81 137));
  opacity: .9;
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: .7;
  background-color: #000;
}
.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.shape>svg {
  width: 100%;
  height: auto;
  fill: #f3f3f9;
}
img, svg {
  vertical-align: middle;
}
canvas {
  overflow-clip-margin: content-box;
  overflow: clip;
}
.particles-js-canvas-el {
  position: relative;
}
.auth-page-wrapper .auth-page-content {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 575.98px) {
  .auth-one-bg-position {
    height: 280px;
  }
}
