body .app-shell {
  opacity: 1;
  transform: none;
  transition:
    grid-template-columns .25s ease,
    opacity 460ms ease,
    transform 560ms cubic-bezier(.2, .9, .2, 1);
  will-change: opacity, transform;
}

body:not(.mes-authenticated):not(.mes-auth-transitioning) .app-shell {
  visibility: hidden;
  opacity: 0;
  transform: translateY(14px) scale(.992);
  pointer-events: none;
}

body.mes-auth-transitioning .app-shell {
  visibility: visible;
  opacity: 0;
  transform: translateY(14px) scale(.992);
  pointer-events: none;
}

body.mes-auth-transitioning.mes-auth-shell-ready .app-shell,
body.mes-authenticated .app-shell {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

body.mes-auth-logout-transitioning .app-shell {
  visibility: visible;
  opacity: 0;
  transform: translateY(12px) scale(.996);
  pointer-events: none;
}

.ky-login-shell {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  grid-template-columns: minmax(320px, 38vw) minmax(0, 1fr);
  min-height: 100vh;
  background: #080b10;
  color: #f7f9fc;
  font-family: var(--font-base, Pretendard, sans-serif);
}

.ky-login-shell.hidden {
  display: none;
}

.ky-login-brand-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background: #111820;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.ky-login-slot-selector {
  display: grid;
  gap: 8px;
}

.ky-login-slot-option,
.ky-login-start-default,
.ky-login-submit,
.ky-login-password-toggle {
  font: inherit;
}

.ky-login-slot-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: #d9e2ef;
  cursor: pointer;
}

.ky-login-slot-option strong {
  font-size: 15px;
}

.ky-login-slot-option span {
  color: #8c9bad;
  font-size: 12px;
}

.ky-login-slot-option.is-active {
  border-color: rgba(56, 139, 253, .65);
  background: rgba(56, 139, 253, .14);
  color: #ffffff;
}

.ky-login-start-default {
  align-self: flex-start;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  background: transparent;
  color: #9fb0c4;
  cursor: pointer;
}

.ky-login-start-default.is-saved {
  color: #7ee787;
  border-color: rgba(126, 231, 135, .35);
}

.ky-login-system-orb {
  position: absolute;
  left: calc(100% - 52px);
  top: 50%;
  width: 104px;
  height: 104px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.ky-login-system-orb img {
  width: 72px;
  height: auto;
}

.ky-login-orb-labels {
  position: absolute;
  left: calc(100% + 76px);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
}

.ky-login-orb-label {
  color: #7d8ca0;
  font-weight: 700;
  cursor: pointer;
}

.ky-login-orb-label.is-active {
  color: #f7f9fc;
}

.ky-login-form-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background:
    linear-gradient(180deg, rgba(35, 43, 55, .72), rgba(8, 11, 16, .94)),
    #0b0f14;
}

.ky-login-network {
  position: fixed;
  right: 24px;
  top: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8c9bad;
  font-size: 12px;
}

.ky-login-network-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #2ea043;
  box-shadow: 0 0 0 5px rgba(46, 160, 67, .12);
}

.ky-login-card {
  width: min(420px, 100%);
  display: grid;
  gap: 18px;
}

.ky-login-title h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

.ky-login-title span,
.ky-login-footnote {
  color: #8c9bad;
  font-size: 13px;
}

.ky-login-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ky-login-logo-row img {
  width: 74px;
  height: 38px;
  object-fit: contain;
  padding: 5px;
  border-radius: 4px;
  background: #ffffff;
}

.ky-login-company {
  display: grid;
  gap: 2px;
}

.ky-login-company small {
  color: #8c9bad;
  font-size: 12px;
  font-weight: 700;
}

.ky-login-company strong {
  color: #ffffff;
  font-size: 17px;
}

.ky-login-fields {
  display: grid;
  gap: 14px;
}

.ky-login-field {
  display: grid;
  gap: 7px;
  color: #c7d1de;
  font-size: 13px;
  font-weight: 700;
}

.ky-login-input-wrap {
  position: relative;
}

.ky-login-input {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: #ffffff;
  padding: 0 12px;
  outline: none;
}

.ky-login-input:focus {
  border-color: #388bfd;
  box-shadow: 0 0 0 3px rgba(56, 139, 253, .18);
}

.ky-login-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #9fb0c4;
  cursor: pointer;
}

.ky-login-submit {
  height: 44px;
  border: 1px solid #388bfd;
  border-radius: 8px;
  background: #1f6feb;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.ky-login-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.ky-login-error {
  min-height: 0;
  padding: 10px 12px;
  border: 1px solid rgba(248, 81, 73, .42);
  border-radius: 8px;
  background: rgba(248, 81, 73, .12);
  color: #ffd7d5;
  font-size: 13px;
}

.ky-login-error.hidden {
  display: none;
}

.system-empty-page {
  min-height: calc(100vh - 156px);
  display: grid;
  place-items: center;
  color: var(--text-2);
}

.system-empty-box {
  display: grid;
  gap: 8px;
  text-align: center;
}

.system-empty-box strong {
  color: var(--text);
  font-size: 24px;
}

.system-empty-box span {
  color: var(--text-3);
  font-size: 14px;
}

@media (max-width: 840px) {
  .ky-login-shell {
    grid-template-columns: 1fr;
  }

  .ky-login-brand-panel {
    min-height: 190px;
  }

  .ky-login-system-orb,
  .ky-login-orb-labels {
    display: none;
  }
}

/* V0.1.0 로그인 셸 호환 레이어 */
#login-shell.ky-login-shell {
  --ky-login-split: 38%;
  --ky-login-left-color: #8b8589;
  --ky-login-right-color: #f9f9f9;
  --ky-login-orb-color: #ffffff;
  --ky-login-accent: #8b8589;
  --ky-login-accent-contrast: #ffffff;
  --ky-login-status-online: #16a34a;
  --ky-login-status-offline: #dc2626;
  --ky-login-status-color: var(--ky-login-status-online);
  display: grid;
  grid-template-columns: var(--ky-login-split) calc(100% - var(--ky-login-split));
  min-width: 0;
  min-height: 100vh;
  background: var(--ky-login-left-color) !important;
  color: #f8fafc !important;
  color-scheme: light;
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(.2, .9, .2, 1),
    filter 520ms ease;
  will-change: opacity, transform, filter;
}

#login-shell[data-login-system="SCM"] {
  --ky-login-left-color: #2c3e50;
  --ky-login-accent: #2c3e50;
}

#login-shell[data-login-system="DASHBOARD"] {
  --ky-login-left-color: #9faf9e;
  --ky-login-accent: #9faf9e;
}

#login-shell.ky-login-shell.hidden {
  display: none !important;
}

#login-shell[data-login-phase="authenticating"],
#login-shell[data-login-phase="preparing"],
#login-shell[data-login-phase="signing-out"] {
  cursor: progress;
}

#login-shell[data-login-phase="signing-out"] {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  pointer-events: auto;
}

#login-shell[data-login-phase="revealing"],
#login-shell[data-login-phase="complete"] {
  opacity: 0;
  transform: scale(1.012);
  filter: blur(8px);
  pointer-events: none;
}

#login-shell.ky-login-shell > div::before,
#login-shell.ky-login-shell > .ky-login-form-panel::before {
  content: none !important;
}

#login-shell .ky-login-brand-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  padding: 0;
  background: var(--ky-login-left-color);
  border-right: 0;
  transition: background-color 420ms ease;
}

#login-shell .ky-login-slot-selector {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(280px, calc(100% - 72px));
  grid-template-rows: repeat(3, 64px);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(159, 175, 158, .46);
  border-radius: 14px;
  background: rgba(17, 24, 39, .18);
  box-shadow: 0 24px 70px rgba(17, 24, 39, .18);
  backdrop-filter: blur(10px);
}

#login-shell[data-login-locked="true"] .ky-login-slot-selector,
#login-shell[data-login-locked="true"] .ky-login-start-default,
#login-shell[data-login-locked="true"] .ky-login-orb-labels {
  display: none !important;
}

#login-shell .ky-login-slot-thumb {
  position: absolute;
  display: block;
  left: 8px;
  right: 8px;
  top: 8px;
  height: 64px;
  border-radius: 10px;
  background: #f9f9f9;
  box-shadow: 0 16px 40px rgba(17, 24, 39, .18);
  transition: transform 360ms cubic-bezier(.2, .9, .2, 1);
}

#login-shell[data-login-system="SCM"] .ky-login-slot-thumb {
  transform: translateY(72px);
}

#login-shell[data-login-system="DASHBOARD"] .ky-login-slot-thumb {
  transform: translateY(144px);
}

#login-shell .ky-login-slot-option {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  height: 64px;
  min-height: 64px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, .74);
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease;
}

#login-shell .ky-login-slot-option strong {
  font-size: 19px;
  font-weight: 850;
}

#login-shell .ky-login-slot-option span {
  color: inherit;
  font-size: 13px;
  font-weight: 760;
}

#login-shell .ky-login-slot-option.is-active {
  color: #111827;
}

#login-shell .ky-login-start-default {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(280px, calc(100% - 72px));
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(249, 249, 249, .32);
  border-radius: 999px;
  background: rgba(249, 249, 249, .08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(17, 24, 39, .24);
}

#login-shell .ky-login-start-default.is-saved {
  border-color: rgba(249, 249, 249, .48);
  background: rgba(249, 249, 249, .14);
}

#login-shell .ky-login-system-orb {
  position: absolute;
  display: grid;
  place-items: center;
  left: var(--ky-login-split);
  top: 50%;
  z-index: 5;
  width: 108px;
  height: 108px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .04);
  border-radius: 50% !important;
  background: var(--ky-login-orb-color);
  filter: drop-shadow(0 18px 28px rgba(17, 24, 39, .10));
  pointer-events: none;
  transform: translate(-50%, -50%);
}

#login-shell .ky-login-system-orb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: repeating-conic-gradient(from -30deg, rgba(17, 24, 39, .11) 0deg .9deg, transparent .9deg 60deg);
  opacity: .58;
}

#login-shell .ky-login-system-orb::after {
  content: "";
  position: absolute;
  inset: 25px;
  z-index: 2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .86);
}

#login-shell .ky-login-system-orb img {
  position: relative;
  z-index: 3;
  display: block;
  width: 62px;
  height: auto;
  margin: 0;
}

#login-shell .ky-login-orb-labels {
  position: absolute;
  left: var(--ky-login-split);
  top: 50%;
  z-index: 6;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}

#login-shell .ky-login-orb-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 6px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 24, 39, .32);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(249, 249, 249, .68);
  white-space: nowrap;
}

#login-shell .ky-login-orb-label.is-active {
  color: #111827;
}

#login-shell .ky-login-orb-label--mes {
  transform: translate(54px, -58px);
}

#login-shell .ky-login-orb-label--scm {
  transform: translate(64px, -50%);
}

#login-shell .ky-login-orb-label--dashboard {
  transform: translate(54px, 38px);
}

#login-shell .ky-login-form-panel {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 6vw, 84px);
  background: var(--ky-login-right-color);
  color: #111827;
}

#login-shell .ky-login-network {
  position: absolute;
  right: 28px;
  bottom: 24px;
  top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
}

#login-shell .ky-login-network-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background: var(--ky-login-status-color);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--ky-login-status-color) 58%, transparent);
  animation: ky-login-pulse 2s infinite;
}

@keyframes ky-login-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ky-login-status-color) 58%, transparent); }
  70% { box-shadow: 0 0 0 7px color-mix(in srgb, var(--ky-login-status-color) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ky-login-status-color) 0%, transparent); }
}

#login-shell .ky-login-transition {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(249, 249, 249, .72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  backdrop-filter: blur(8px);
}

#login-shell[data-login-phase="authenticating"] .ky-login-transition,
#login-shell[data-login-phase="preparing"] .ky-login-transition,
#login-shell[data-login-phase="revealing"] .ky-login-transition,
#login-shell[data-login-phase="signing-out"] .ky-login-transition {
  opacity: 1;
  pointer-events: auto;
}

#login-shell .ky-login-transition-box {
  display: grid;
  width: min(270px, calc(100% - 40px));
  justify-items: center;
  gap: 10px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(17, 24, 39, .16);
  color: #111827;
}

#login-shell .ky-login-transition-box strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

#login-shell .ky-login-transition-box span:not(.ky-login-spinner) {
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

#login-shell .ky-login-spinner,
#login-shell .ky-login-submit-spinner {
  display: inline-block;
  border-radius: 50% !important;
  border: 2px solid rgba(17, 24, 39, .14);
  border-top-color: var(--ky-login-accent);
  animation: ky-login-spin .78s linear infinite;
}

#login-shell .ky-login-spinner {
  width: 28px;
  height: 28px;
}

#login-shell .ky-login-submit-spinner {
  width: 16px;
  height: 16px;
  border-color: color-mix(in srgb, var(--ky-login-accent) 24%, transparent);
  border-top-color: var(--ky-login-accent);
}

#login-shell .ky-login-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

#login-shell .ky-login-progress::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  border-radius: inherit;
  background: var(--ky-login-accent);
  animation: ky-login-progress 1.05s ease-in-out infinite;
}

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

@keyframes ky-login-progress {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(240%); }
}

#login-shell #login-form.ky-login-card {
  position: relative;
  z-index: 2;
  display: block;
  width: min(430px, 100%) !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
}

#login-shell #login-form.ky-login-card::before,
#login-shell #login-form.ky-login-card::after {
  content: "";
  position: absolute;
  top: 92px;
  bottom: 84px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, .12), transparent);
}

#login-shell #login-form.ky-login-card::before {
  left: -54px;
}

#login-shell #login-form.ky-login-card::after {
  right: -54px;
}

#login-shell #login-form.ky-login-card > .mb-6 {
  display: none !important;
}

#login-shell .ky-login-mobile-logo {
  display: none !important;
}

#login-shell .ky-login-title {
  margin-bottom: 42px;
  text-align: center;
}

#login-shell .ky-login-title h1 {
  margin: 0;
  color: #111827 !important;
  font-size: 30px;
  font-weight: 650;
  line-height: 1.2;
}

#login-shell .ky-login-title span {
  display: block;
  margin-top: 10px;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.6;
}

#login-shell #login-form.ky-login-card #login-error {
  display: -webkit-box !important;
  width: 100%;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ef4444 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  overflow: hidden;
  text-align: left;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#login-shell #login-form.ky-login-card #login-error.hidden {
  visibility: hidden;
}

#login-shell #login-form.ky-login-card #login-error:not(.hidden) {
  visibility: visible;
}

#login-shell #login-form.ky-login-card .space-y-4 {
  display: grid !important;
  gap: 32px !important;
}

#login-shell #login-form.ky-login-card label.block {
  position: relative;
  display: block !important;
}

#login-shell #login-form.ky-login-card label.block > .ky-login-field-label {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  margin: 0 !important;
  color: #9ca3af !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1;
  pointer-events: none;
  transition: top .18s ease, color .18s ease, font-size .18s ease;
}

#login-shell #login-form.ky-login-card label.block:first-child > span::before {
  content: "사번";
  font-size: 16px;
}

#login-shell #login-form.ky-login-card label.block:nth-child(2) > span::before {
  content: "비밀번호";
  font-size: 16px;
}

#login-shell #login-form.ky-login-card label.block > .ky-login-field-label::before {
  content: none !important;
}

#login-shell #login-form.ky-login-card label.block:focus-within > .ky-login-field-label,
#login-shell #login-form.ky-login-card label.block:has(input:not(:placeholder-shown)) > .ky-login-field-label {
  top: -18px;
  color: var(--ky-login-accent) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

#login-shell #login-form.ky-login-card label.block:focus-within > span::before,
#login-shell #login-form.ky-login-card label.block:has(input:not(:placeholder-shown)) > span::before {
  font-size: 12px;
}

#login-shell #login-form.ky-login-card .ky-login-input {
  display: block !important;
  width: 100% !important;
  height: 45px !important;
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 16px !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#login-shell #login-form.ky-login-card .ky-login-input:focus {
  border-bottom-color: var(--ky-login-accent) !important;
  box-shadow: inset 0 -1px 0 var(--ky-login-accent) !important;
}

#login-shell .ky-login-password-toggle {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9ca3af;
  line-height: 0;
}

#login-shell #login-submit.ky-login-submit {
  display: inline-flex !important;
  width: 100% !important;
  height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  margin-top: 36px !important;
  border: 1px solid var(--ky-login-accent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ky-login-accent) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

#login-shell #login-submit.ky-login-submit:hover,
#login-shell #login-submit.ky-login-submit:focus-visible {
  background: var(--ky-login-accent) !important;
  color: var(--ky-login-accent-contrast) !important;
}

#login-shell #login-submit.ky-login-submit:disabled {
  opacity: 1 !important;
  cursor: progress;
  background: color-mix(in srgb, var(--ky-login-accent) 8%, transparent) !important;
}

#login-shell .ky-login-footnote {
  margin: 20px 0 0;
  color: #d1d5db;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 980px) {
  #login-shell.ky-login-shell {
    grid-template-columns: 1fr;
    background: #f8fafc !important;
  }

  #login-shell .ky-login-brand-panel,
  #login-shell .ky-login-system-orb,
  #login-shell .ky-login-orb-labels {
    display: none;
  }

  #login-shell .ky-login-form-panel {
    padding: 28px;
  }

  #login-shell .ky-login-mobile-logo {
    display: flex !important;
    width: 120px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
  }

  #login-shell .ky-login-mobile-logo img {
    width: 116px;
    height: auto;
  }
}

@media (max-width: 520px) {
  #login-shell .ky-login-form-panel {
    align-items: flex-start;
    padding: 54px 22px 28px;
  }

  #login-shell .ky-login-title {
    margin-bottom: 36px;
  }

  #login-shell .ky-login-title h1 {
    font-size: 26px;
  }
}
