:root {
  --login-navy-950: #06172f;
  --login-navy-900: #082041;
  --login-navy-800: #0d315f;
  --login-blue: #1769e0;
  --login-blue-strong: #0c55d8;
  --login-teal: #13b8a6;
  --login-ink: #101828;
  --login-muted: #667085;
  --login-line: #d8e0eb;
  --login-surface: #ffffff;
  --login-canvas: #eaf1f8;
  --login-danger: #dc2626;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  background: #fff;
  color: var(--login-ink);
  font-family: Inter, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.login-stage {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 67.5%) minmax(480px, 32.5%);
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.brand-pane {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(40px, 4vw, 62px) clamp(42px, 5vw, 74px) 32px;
  background:
    linear-gradient(180deg, rgba(1, 16, 41, .03), rgba(1, 20, 50, .07)),
    url("../images/login-eco-food-packaging-logo-v8.png") center center / cover no-repeat;
  color: #fff;
}

.brand-header,
.brand-copy,
.brand-footer {
  position: relative;
  z-index: 2;
}

.brand-source-lights {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.brand-rising-light {
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  transform: translateX(-50%);
  background: linear-gradient(
    to top,
    rgba(41, 150, 222, .08) 0%,
    rgba(37, 174, 236, .42) 54%,
    rgba(52, 214, 255, .96) 100%
  );
  opacity: 0;
  box-shadow: 0 0 4px rgba(40, 183, 248, .32);
  will-change: height, opacity;
  animation-name: brand-rising-light-grow;
  animation-duration: var(--light-duration);
  animation-timing-function: cubic-bezier(.32, .02, .25, 1);
  animation-iteration-count: infinite;
  animation-delay: var(--light-delay);
}

.brand-rising-light::after {
  content: "";
  position: absolute;
  top: calc(var(--light-head-size) / -2);
  left: 50%;
  width: var(--light-head-size);
  height: var(--light-head-size);
  transform: translateX(-50%);
  border-radius: 50%;
  background: #28c8ff;
  box-shadow:
    0 0 5px rgba(40, 200, 255, .96),
    0 0 11px rgba(22, 143, 255, .68);
}

@keyframes brand-rising-light-grow {
  0%,
  11% {
    height: 0;
    opacity: 0;
  }

  18% {
    opacity: .95;
  }

  78% {
    height: var(--light-trail-height);
    opacity: .92;
  }

  91% {
    height: var(--light-trail-height);
    opacity: .46;
  }

  100% {
    height: var(--light-trail-height);
    opacity: 0;
  }
}

.brand-header {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.brand-lockup {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-symbol {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: .32em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.brand-wordmark strong,
.brand-wordmark small {
  color: inherit;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: .015em;
}

.brand-copy {
  width: min(650px, 96%);
  margin: auto 0;
  padding: 62px 0 128px;
}

.login-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.brand-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(46px, 3.65vw, 62px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.2;
  text-wrap: balance;
  white-space: pre-line;
  text-shadow: 0 2px 22px rgba(0, 12, 34, .2);
}

.brand-description {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(16px, 1.12vw, 19px);
  font-weight: 400;
  line-height: 1.65;
}

.brand-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.brand-feature {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 11px;
  background: rgba(3, 23, 54, .32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-feature i {
  color: #16d4c4;
  font-size: 18px;
}

.brand-footer {
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
}

.auth-pane {
  position: relative;
  min-width: 0;
  min-height: 100vh;
  overflow: auto;
  background:
    radial-gradient(circle at 78% 8%, rgba(222, 235, 255, .42), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.auth-pane::before {
  display: none;
}

.auth-topbar {
  position: absolute;
  z-index: 30;
  top: 30px;
  right: clamp(28px, 3.3vw, 52px);
}

.language-picker {
  position: relative;
}

.language-toggle {
  min-width: 146px;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #475467;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .16s, background .16s, box-shadow .16s;
}

.language-toggle:hover,
.language-toggle[aria-expanded="true"] {
  border-color: #d8e1ed;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 38, 68, .08);
}

.language-toggle > :first-child {
  color: #667085;
}

.language-toggle #languageCurrent {
  min-width: 72px;
  flex: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-chevron {
  color: #98a2b3;
  font-size: 10px;
  transition: transform .16s;
}

.language-toggle[aria-expanded="true"] .language-chevron {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 218px;
  padding: 7px;
  border: 1px solid #d8e1ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 38, 68, .17);
}

.language-menu button {
  width: 100%;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #344054;
  cursor: pointer;
  text-align: left;
}

.language-menu button:hover {
  background: #f2f6fb;
}

.language-menu button[aria-selected="true"] {
  background: #edf4ff;
  color: #0c5ad7;
  font-weight: 800;
}

.language-menu button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-menu small {
  color: #98a2b3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.auth-content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px clamp(32px, 3vw, 52px) 54px;
}

.login-panel {
  width: min(100%, 480px);
}

.login-heading {
  margin-bottom: 28px;
}

.login-heading .login-eyebrow {
  color: var(--login-blue);
}

.login-heading h2 {
  margin: 14px 0 8px;
  color: var(--login-ink);
  font-size: clamp(38px, 3.1vw, 50px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.login-heading > p:last-child {
  display: none;
}

.language-toggle > .fa-globe,
.company-building-icon,
.input-shell > i,
.field-help,
.security-status {
  display: none;
}

.language-toggle {
  min-width: auto;
}

.company-toggle,
.input-shell {
  gap: 0;
}

.login-alert {
  display: none;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  background: #fef2f2;
  color: var(--login-danger);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.login-alert.error,
.login-alert.success,
.login-alert.info {
  display: flex;
}

.login-alert.success {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}

.login-alert.info {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.form-field {
  position: relative;
  margin-bottom: 18px;
}

.form-field > label,
.modal-field > span {
  display: block;
  margin-bottom: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

.company-field {
  z-index: 12;
  margin-bottom: 20px;
}

.company-picker {
  position: relative;
}

.company-toggle,
.input-shell {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--login-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 38, 68, .04);
  transition: border-color .16s, box-shadow .16s, background .16s;
}

.company-toggle {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  color: #1d2939;
  cursor: pointer;
  text-align: left;
}

.company-building-icon {
  width: 25px;
  color: #5f6b7c !important;
  font-size: 21px !important;
  text-align: center;
  transform: none !important;
}

.company-badge-current {
  display: none;
}

.company-toggle:hover {
  border-color: #b4c5da;
  background: #fbfdff;
}

.company-toggle:focus-visible,
.company-toggle[aria-expanded="true"],
.input-shell:focus-within {
  border-color: var(--login-blue);
  box-shadow: 0 0 0 3px rgba(23, 105, 224, .11);
  outline: none;
}

.company-badge {
  min-width: 32px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccd6e4;
  border-radius: 7px;
  background: #f8fafc;
  color: #475467;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
}

.company-current {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-toggle > i:last-child {
  color: #98a2b3;
  font-size: 11px;
  transition: transform .16s;
}

.company-toggle[aria-expanded="true"] > i:last-child {
  transform: rotate(180deg);
}

.company-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  padding: 7px;
  border: 1px solid #d5dfeb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(15, 38, 68, .18);
}

.company-search {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  padding: 0 12px;
  border: 1px solid #d8e1ed;
  border-radius: 9px;
  background: #fff;
}

.company-search:focus-within {
  border-color: var(--login-blue);
  box-shadow: 0 0 0 3px rgba(23, 105, 224, .09);
}

.company-search i {
  color: #98a2b3;
  font-size: 13px;
}

.company-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2939;
  font-size: 13px;
}

.company-search input::placeholder {
  color: #98a2b3;
}

.company-options {
  max-height: 246px;
  overflow: auto;
  scrollbar-color: #c7d3e0 transparent;
  scrollbar-width: thin;
}

.company-group + .company-group {
  margin-top: 5px;
  padding-top: 6px;
  border-top: 1px solid #edf1f6;
}

.company-group-title {
  padding: 7px 8px 4px;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.company-option {
  width: 100%;
  min-height: 43px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  padding: 5px 8px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #344054;
  cursor: pointer;
  text-align: left;
}

.company-option:hover {
  background: #f4f7fb;
}

.company-option[aria-selected="true"] {
  background: #edf5ff;
  color: #0c5ad7;
}

.company-option-copy {
  min-width: 0;
}

.company-option-copy strong,
.company-option-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-option-copy strong {
  font-size: 12px;
  font-weight: 750;
}

.company-option-copy small {
  margin-top: 2px;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 600;
}

.company-option > i {
  color: var(--login-blue);
  font-size: 12px;
}

.company-empty {
  padding: 24px 10px;
  color: #98a2b3;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.field-help {
  margin: 8px 2px 0;
  color: #8490a1;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.input-shell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
}

.input-shell > i {
  width: 17px;
  color: #98a2b3;
  font-size: 14px;
  text-align: center;
}

.input-shell > input {
  min-width: 0;
  height: 48px;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d2939;
  font-size: 14px;
  font-weight: 600;
}

.input-shell > input::placeholder {
  color: #98a2b3;
  font-weight: 500;
}

.password-toggle {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #667085;
  cursor: pointer;
}

.password-toggle:hover {
  background: #f2f5f8;
  color: #344054;
}

.primary-login,
.passkey-login {
  width: 100%;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: transform .15s, box-shadow .15s, background .15s, border-color .15s;
}

.primary-login {
  position: relative;
  margin-top: 24px;
  border: 0;
  background: linear-gradient(90deg, #0b6af3 0%, #0d4ed9 100%);
  color: #fff;
}

.primary-login:hover {
  background: linear-gradient(90deg, #0962e4 0%, #0a46c8 100%);
}

.primary-login:active,
.passkey-login:active {
  transform: translateY(0);
}

.primary-login:disabled,
.passkey-login:disabled {
  cursor: wait;
  opacity: .68;
}

.primary-login .spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, .38);
  border-top-color: #fff;
  border-radius: 50%;
  animation: login-spin .7s linear infinite;
}

.primary-login.loading .btn-text {
  display: none;
}

.primary-login.loading .spinner {
  display: block;
}

@keyframes login-spin {
  to { transform: rotate(360deg); }
}

.passkey-login {
  margin-top: 11px;
  border: 1px solid #b9cff2;
  background: #fff;
  color: #145dcf;
}

.passkey-login:hover {
  border-color: #78a7eb;
  background: #f6f9ff;
}

.form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.remember-option {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #475467;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.remember-option input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--login-blue);
}

.find-links {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}

.find-links button {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #667085;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.find-links button:hover {
  color: var(--login-blue);
}

.find-links > span {
  width: 1px;
  height: 12px;
  background: #d0d5dd;
}

.security-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.security-status i {
  color: #1fcab6;
  font-size: 18px;
}

.language-toggle > .fa-globe,
.company-building-icon,
.company-badge-current,
.input-shell > i,
.field-help,
.security-status {
  display: none !important;
}

.auth-version {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #b2bbc7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
}

.modal-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  background: rgba(7, 20, 39, .52);
  transition: opacity .18s;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-box {
  width: min(100%, 420px);
  padding: 26px;
  transform: translateY(10px);
  border: 1px solid #e1e7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(7, 20, 39, .25);
  transition: transform .18s;
}

.modal-overlay.open .modal-box {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.modal-title {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1d2939;
  font-size: 17px;
  font-weight: 800;
}

.modal-title i {
  color: var(--login-blue);
}

.modal-close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f2f4f7;
  color: #667085;
  cursor: pointer;
}

.modal-description {
  margin: 18px 0;
  padding: 11px 13px;
  border-left: 3px solid var(--login-blue);
  border-radius: 8px;
  background: #f2f6ff;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.modal-alert {
  display: none;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.modal-alert.info {
  display: block;
}

.modal-alert.error {
  display: block;
  border-color: #fecaca;
  background: #fef2f2;
  color: #b42318;
}

.modal-field {
  display: block;
  margin-top: 14px;
}

.modal-field input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d8e1ed;
  border-radius: 9px;
  outline: 0;
  color: #1d2939;
}

.modal-field input:focus {
  border-color: var(--login-blue);
  box-shadow: 0 0 0 3px rgba(23, 105, 224, .1);
}

.modal-footer {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}

.modal-secondary,
.modal-primary {
  min-height: 43px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.modal-secondary {
  flex: 1;
  border: 1px solid #d8e1ed;
  background: #fff;
  color: #667085;
}

.modal-primary {
  flex: 1.5;
  border: 0;
  background: var(--login-blue);
  color: #fff;
}

.passkey-message-box {
  width: min(100%, 400px);
}

.passkey-message-text {
  margin: 22px 0 4px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  overflow-wrap: anywhere;
}

.passkey-message-footer {
  justify-content: center;
  margin-top: 22px;
}

.passkey-message-footer .modal-primary {
  flex: 0 1 132px;
}

.passkey-message-footer .modal-primary:focus-visible {
  outline: 2px solid #1769e0;
  outline-offset: 2px;
}

.login-toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 26px;
  width: min(calc(100vw - 36px), 390px);
  padding: 13px 18px;
  transform: translate(-50%, 18px);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  background: rgba(15, 23, 42, .95);
  box-shadow: 0 18px 48px rgba(15, 23, 42, .2);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .18s, transform .18s;
}

.login-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1500px) {
  .login-stage {
    grid-template-columns: minmax(0, 62%) minmax(430px, 38%);
  }

  .auth-content {
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (max-width: 1180px) {
  .login-stage {
    grid-template-columns: minmax(0, 56%) minmax(380px, 44%);
  }

  .brand-copy h1 {
    font-size: clamp(40px, 4.4vw, 56px);
  }

  .brand-features {
    gap: 10px;
  }

  .brand-feature {
    padding: 0 13px;
    font-size: 12px;
  }
}

@media (max-width: 920px) {
  body {
    overflow: auto;
    padding: 0;
  }

  .login-stage {
    display: block;
    min-height: 100vh;
    border-radius: 0;
  }

  .brand-pane {
    min-height: 360px;
    padding: 28px 30px 46px;
    background-position: center 62%;
  }

  .auth-pane {
    min-height: auto;
  }

  .brand-copy {
    width: 100%;
    margin: 34px 0 0;
    padding: 0;
  }

  .brand-copy h1 {
    margin: 13px 0 8px;
    font-size: 34px;
  }

  .brand-description {
    font-size: 14px;
  }

  .brand-footer {
    display: none;
  }

  .auth-pane,
  .auth-content {
    min-height: auto;
  }

  .auth-content {
    padding: 94px 28px 54px;
  }

  .auth-topbar {
    top: 22px;
    right: 24px;
  }
}

@media (max-width: 620px) {
  .brand-pane {
    min-height: 285px;
    padding: 22px 22px 36px;
  }

  .brand-symbol {
    width: 34px;
    height: 34px;
  }

  .brand-wordmark {
    gap: .32em;
  }

  .brand-wordmark strong,
  .brand-wordmark small {
    font-size: 20px;
  }

  .brand-copy {
    margin-top: 22px;
  }

  .brand-copy h1 {
    margin-top: 10px;
    font-size: 28px;
  }

  .brand-description {
    display: none;
  }

  .brand-features {
    display: none;
  }

  .auth-content {
    padding: 80px 20px 48px;
  }

  .login-heading {
    margin-bottom: 23px;
  }

  .login-heading h2 {
    font-size: 34px;
  }

  .form-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .find-links {
    width: 100%;
    justify-content: flex-start;
  }

  .language-toggle {
    min-width: 142px;
  }

  .language-menu {
    width: 210px;
  }

  .company-menu {
    position: fixed;
    z-index: 80;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-height: min(70vh, 520px);
    border-radius: 16px;
  }

  .company-options {
    max-height: min(48vh, 360px);
  }
}

@media (max-height: 760px) and (min-width: 921px) {
  .auth-content {
    align-items: flex-start;
    padding-top: 76px;
    padding-bottom: 34px;
  }

  .login-heading {
    margin-bottom: 18px;
  }

  .login-heading h2 {
    font-size: 36px;
  }

  .form-field {
    margin-bottom: 13px;
  }

  .company-field {
    margin-bottom: 14px;
  }

  .primary-login {
    margin-top: 17px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

}
