/* Светлая верхняя полоса вместо тёмного «космоса» (редизайн «Воздух») */
.auth-one-bg {
  background: linear-gradient(135deg, var(--color-success-soft) 0%, var(--color-info-soft) 100%);
}
.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}
p.text-promo {
  color: var(--color-muted) !important;
  font-weight: 500;
  padding-top: 10px;
}
.auth-one-bg .bg-overlay {
  display: none;
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.shape>svg {
  width: 100%;
  height: auto;
  fill: var(--color-page);
}
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;
  }
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
