.auth-page__container {
  display: flex;
  height: 100vh;
  padding: 0 60px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.auth-page__border-right {
  position: relative;
  padding-right: 40px;
}
.auth-page__border-right::after {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  top: 5px;
  background-color: var(--bs-secondary) !important;
  width: 1px;
  right: 20px;
}
.auth-page__logo {
  width: 90px;
}
.auth-page__key-parent {
  width: 55px;
  display: flex;
  height: 55px;
  border-radius: 50%;
  background: rgba(212, 101, 20, 0.1);
  border: 8px solid rgba(212, 101, 20, 0.15);
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
}
.auth-page__footer {
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}
.auth-page__logo-footer img {
  width: 14px;
  display: inline-block;
  margin-right: 4px;
}
.auth-page__input-field {
  padding-left: 40px;
}
.auth-page__input-password-field {
  padding-left: 40px;
  padding-right: 40px;
}
.auth-page__icon-form {
  position: absolute;
  left: 10px;
  top: 12px;
}
.auth-page__icon-password {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 1.5rem;
}
.auth-page__error-summary img {
  margin-right: 0.5rem;
}
.auth-page__error-summary .validation-summary-errors > ul {
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.auth-banner {
  background-image: url("/images/banner.png");
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
} /*# sourceMappingURL=login.css.map */