html, body {
  overscroll-behavior: none;
}

.login-item {
  color: var(--grey-100, #F5F5F5);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15px;
  margin-bottom: 8px;
}

.logo-dark {
  width: 80px;
  height: 16px;
}

.sidebar-features > div:not(:last-child) {
  margin-bottom: 28px;
}

.sidebar-features > div > p {
  color: var(--grey-100, #F5F5F5);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: 0.17px;
  margin-bottom: 0;
}

footer hr {
  height: 1px;
  border: 0;
  margin: 0 16px;
  background-color: rgba(0, 0, 0, 0.12);
}

footer .container-fluid {
  padding: 16px 16px 40px;
}

footer .footer-logo-column {
  margin-bottom: 16px;
}

footer .footer_title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 700;
}

footer .footer-copyright {
  margin-top: 16px;
}

@media(min-width: 768px) {
  footer .container-fluid {
    padding: 24px 48px 40px 48px;
  }

  footer .footer-logo-column {
    margin-bottom: 24px;
  }

  footer .footer_title {
    font-size: 16px;
    font-weight: 400;
  }

  footer .footer-copyright {
    margin-top: 0;
  }
}

footer .footer-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 166%;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
}

footer .footer-text a {
  font-size: 12px;
  text-decoration: none;
}

footer .bi {
  color: rgba(0, 0, 0, 0.54);
  margin-right: 8px;
  line-height: 100%;
}

@media (min-width: 1200px) {
  .side-bar .list {
    max-width: 300px;
  }
}

.side-bar .side-bar-title {
  max-width: 480px;
  font-size: 30px;
  font-weight: 400;
  color: var(--grey-100, #F5F5F5);
  font-feature-settings: "liga" off, "clig" off;
  font-style: normal;
  line-height: 116.7%;
}

@media (min-width: 1160px) {
  .side-bar .side-bar-title {
    font-size: 48px;
  }
}

.side-bar .apps-image {
  max-width: 255px;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .side-bar .apps-image-wrap {
    display: flex !important;
  }
}

@media (min-width: 1300px) {
  .side-bar .apps-image {
    max-width: 335px;
  }
}

@media (min-width: 1400px) {
  .side-bar .apps-image {
    max-width: 425px;
  }
}

@media (min-width: 1500px) {
  .side-bar .apps-image {
    max-width: 520px;
  }
}

@media (min-width: 1600px) {
  .side-bar .apps-image {
    max-width: 580px;
  }
}

@media (min-width: 1800px) {
  .side-bar .apps-image {
    max-width: 690px;
  }
}

@media (min-width: 2000px) {
  .side-bar .apps-image {
    max-width: 800px;
  }
}

@media (min-width: 2200px) {
  .side-bar .apps-image {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .auth-vheight {
    height: calc(100vh - 197px) !important;
  }
}

.password-field.is-valid,
.password-field.is-invalid {
  background-image: none !important;
  padding-right: 0.75rem;
}

.confirm-toggle,
.password-toggle {
  position: absolute;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pass-form {
  max-width: 408px;
  width: 100%;
}

.bg-custom {
  background-color: #f8f9fa;
  height: 100vh;
}

@media (max-width: 768px) {
  .bg-custom {
    display: none;
  }
}

.position-relative:has(.password-field.is-invalid) > .invalid-feedback,
.position-relative:has(.password-field.is-invalid) > .invalid-tooltip {
  display: block;
}

.auth-form-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 408px;
}

.auth-form-wrapper > form * {
  margin-top: 0;
  margin-bottom: 0;
}

.auth-form-wrapper .form-control {
  color: #000;
}
  
.auth-form-wrapper .form-control::placeholder {
  color: #6C757D !important;
  opacity: 1 !important;
}

.auth-form-wrapper .auth-title {
  margin-bottom: 8px;
}

.auth-form-wrapper .auth-description {
  margin-bottom: 24px;
}

.auth-form-wrapper .auth-upper-input {
  margin-bottom: 16px;
}

.auth-form-wrapper .auth-recaptcha {
  margin-top: 16px;
}

.auth-form-wrapper .auth-action-button {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media(min-width: 768px) {
  .auth-form-wrapper.login-form {
    max-width: 323px;
  }

  .auth-form-wrapper .auth-title {
    margin-bottom: 16px;
  }

  .auth-form-wrapper .auth-description {
    margin-bottom: 32px;
  }

  .auth-form-wrapper .auth-upper-input {
    margin-bottom: 24px;
  }
}

.auth-app-bar {
  height: 64px;
  padding-left: 24px;
}

.auth-form-wrapper .validation-summary-errors {
    position: relative;
    padding: 1rem;
    margin-bottom: 24px;
    color: #842029;
    background-color: #f8d7da;
    border: #f5c2c7;
    border-radius: 0.375rem;
}
