@charset "UTF-8";
/* authentication.css */
.auth-page-wrapper .auth-page-content {
  padding-bottom: 50px; /* Assuming $footer-height is 50px */
  position: relative;
  z-index: 2;
  width: 100%;
}

.auth-page-wrapper .footer {
  left: 0;
  background-color: transparent;
  color: #6c757d;
}

.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
}

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

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.68);
}

.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.shape > svg {
  width: 100% !important;
  height: auto !important;
  fill: #ffffff !important;
}

.auth-pass-inputgroup input[type=text] + .btn .ri-eye-fill::before {
  content: "\ecb6";
}

.particles-js-canvas-el {
  position: relative;
}

.signin-other-title {
  position: relative;
}

.signin-other-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  border-top: 1px dashed #dee2e6;
  top: 10px;
}

.signin-other-title .title {
  display: inline-block;
  position: relative;
  z-index: 9;
  background-color: #f8f9fa;
  padding: 2px 16px;
}

.auth-bg-cover {
  background: #e9ecef;
}

.auth-bg-cover > .bg-overlay {
  background-image: url("../../img/auth/cover-pattern.png");
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  background-color: transparent;
}

.auth-bg-cover .footer {
  color: rgba(255, 255, 255, 0.5);
}

#password-contain {
  display: none;
}

#password-contain p {
  padding-left: 13px;
}

#password-contain p.valid {
  color: #28a745;
}

#password-contain p.valid::before {
  position: relative;
  left: -8px;
  content: "✔";
}

#password-contain p.invalid {
  color: #dc3545;
}

#password-contain p.invalid::before {
  position: relative;
  left: -8px;
  content: "✖";
}
