/* ── LOGIN PAGE ── */

.ix-auth__left .ix-header { padding: 0; }
.ix-auth { min-height: 100vh; }

@media (max-width: 880px) {
  .ix-auth__left > *:not(.ix-header) { display: none; }
  .ix-auth__left { padding: 0; padding-left: 30px; flex: none; }
  .ix-auth__left .ix-header { height: auto; padding-top: 12px; padding-bottom: 12px; }
}

.ix-auth__right {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.lg-form-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lg-logo-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
}

.lg-eyebrow      { margin-bottom: 10px; }
.lg-form-title   { font-size: 28px; margin-bottom: 6px; }
.lg-form-sub     { font-size: 14px; margin-bottom: 28px; }
.lg-alert        { margin-bottom: 18px; }
.lg-forgot       { font-size: 12.5px; font-weight: 600; }

.lg-input-wrap {
  position: relative;
}

.lg-input-icon-field {
  padding-left: 42px;
}

.lg-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ix-faint);
}
