
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}
.auth-body-bg {
  background-color: var(--bs-secondary-bg);
}
.authentication-bg {
  background-image: url(../img/PuenAGSjpg.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.authentication-bg .bg-overlay {
  background-color: #292626;
}
@media (max-width: 991px) {
  .authentication-bg {
    display: none;
  }
}
.authentication-page-content {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth-form-group-custom {
  position: relative;
}
.auth-form-group-custom .form-control {
  height: 60px;
  padding-top: 28px;
  padding-left: 60px;
}
.auth-form-group-custom label {
  position: absolute;
  top: 7px;
  left: 60px;
}
.auth-form-group-custom .auti-custom-input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 19px;
  font-size: 24px;
  color: #5664d2;
}
.auth-logo.logo-light {
  display: none;
}
.auth-logo.logo-dark {
  display: block;
}

.text-bebas {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.authentication-page-content {
    background: #ffffff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.08);
}

.login-title {
    font-size: 48px;
    letter-spacing: 2px;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .login-title {
        font-size: 32px;
    }
}

.login-logo {
    max-width: 320px;
    width: 100%;
    margin-bottom: 30px;
}

.login-title {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 42px !important;
    letter-spacing: 1px;
    color: #2b2b2b !important;
    font-weight: 400;
}

.auth-logo {
    height: 260px !important;
}


