:root {
  color-scheme: dark;
  --rb-root: #04101d;
  --rb-blue: #0a4fd0;
  --rb-indigo: #2b3bc2;
  --rb-mid: #4338ca;
  --paper: #f6f1e8;
  --ink: #f7f9ff;
  --muted: rgba(246, 241, 232, 0.62);
  --muted-strong: rgba(246, 241, 232, 0.78);
  --line: rgba(246, 241, 232, 0.12);
  --soft-line: rgba(246, 241, 232, 0.08);
  --panel: rgba(4, 16, 29, 0.76);
  --font-ui: Bahnschrift, "Segoe UI", Arial, sans-serif;
  --font-title: Georgia, "Times New Roman", serif;
  --rb-shell-x: clamp(36px, 7.5vw, 144px);
}

* {
  box-sizing: border-box;
}

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

html {
  background: #020202;
}

body {
  height: 100dvh;
  overflow: hidden;
  background: #020202;
  color: var(--ink);
  font-family: var(--font-ui);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.lab-shell {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 60vw) minmax(360px, 40vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 24%, rgba(87, 34, 103, 0.18), transparent 31%),
    linear-gradient(112deg, #020202 0%, #020202 52%, #02030a 100%);
}

.lab-topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px var(--rb-shell-x);
  background: rgba(0, 0, 0, .36);
  color: var(--muted-strong);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
  backdrop-filter: blur(18px) saturate(1.06);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  cursor: default;
  pointer-events: none;
}

body[data-page="riskban-login"] .brand-mark {
  cursor: pointer;
  pointer-events: auto;
}

body[data-page="riskban-login"] .brand-mark:focus-visible {
  outline: 1px solid rgba(246, 241, 232, .72);
  outline-offset: 7px;
}

.brand-mark img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
  transform: translateY(4px);
  filter: drop-shadow(0 0 14px rgba(10, 79, 208, 0.34));
}

.shader-stage {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.shader-canvas,
.shader-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.login-glyphs-bg {
  display: none;
}

.shader-canvas {
  z-index: 1;
}

.shader-fallback {
  z-index: 0;
  opacity: 0.88;
  background:
    radial-gradient(78% 58% at 64% 10%, transparent 0 28%, rgba(10, 79, 208, 0.9) 29% 39%, transparent 40%),
    linear-gradient(154deg, transparent 0 45%, rgba(67, 56, 202, 0.86) 46% 66%, transparent 67%),
    linear-gradient(118deg, transparent 0 58%, rgba(10, 79, 208, 0.48) 59% 61%, transparent 62%),
    repeating-linear-gradient(90deg, rgba(10, 79, 208, 0.82) 0 5px, transparent 5px 12px),
    repeating-linear-gradient(0deg, rgba(43, 59, 194, 0.8) 0 5px, transparent 5px 12px);
  background-blend-mode: normal, normal, multiply, multiply;
}

.shader-stage::before,
.shader-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.shader-stage::before {
  background:
    radial-gradient(circle at 44% 24%, rgba(10, 79, 208, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02) 42%, rgba(2, 2, 2, 0.84) 100%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.5) 0%, rgba(2, 2, 2, 0.02) 28%, rgba(2, 2, 2, 0.72) 100%);
}

.shader-stage::after {
  opacity: 0.62;
  background:
    linear-gradient(116deg, transparent 0 50%, rgba(246, 241, 232, 0.038) 50.4% 51%, transparent 51.4%),
    linear-gradient(116deg, transparent 0 63%, rgba(10, 79, 208, 0.12) 63.4% 64.2%, transparent 64.6%),
    radial-gradient(circle at 16% 84%, rgba(43, 59, 194, 0.14), transparent 32%);
}

body[data-page="riskban-login"] .shader-canvas,
body[data-page="riskban-login"] .shader-fallback {
  display: none;
}

body[data-page="riskban-login"] .lab-topbar {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body[data-page="riskban-login"] .login-glyphs-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.08) contrast(1.12);
}

body[data-page="riskban-login"] .shader-stage::before {
  background:
    radial-gradient(circle at 14% 28%, rgba(10, 79, 208, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12) 48%, rgba(2, 2, 2, 0.82) 100%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.42) 0%, rgba(2, 2, 2, 0.02) 34%, rgba(2, 2, 2, 0.64) 100%);
}

body[data-page="riskban-login"] .shader-stage::after {
  opacity: 0.34;
  background:
    radial-gradient(circle at 24% 76%, rgba(67, 56, 202, 0.16), transparent 34%),
    linear-gradient(90deg, transparent 0%, rgba(10, 79, 208, 0.08) 64%, transparent 100%);
}

body[data-page="riskban-login"] .brand-mark {
  background: transparent;
  overflow: visible;
}

body[data-page="riskban-login"] .brand-mark img {
  transform: translateY(4px);
  filter: drop-shadow(0 0 14px rgba(10, 79, 208, 0.34));
}

.stage-copy {
  position: absolute;
  z-index: 3;
  left: clamp(26px, 5.4vw, 76px);
  right: clamp(22px, 7vw, 110px);
  bottom: clamp(34px, 8vh, 86px);
  max-width: 600px;
}

.stage-copy p,
.panel-header p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stage-copy h1 {
  margin: 10px 0 0;
  color: transparent;
  background: linear-gradient(102deg, #ffffff 0%, #f6f1e8 34%, #d8c4ff 52%, #a45cff 70%, #572267 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-title);
  font-size: clamp(82px, 12.8vw, 168px);
  font-weight: 540;
  line-height: 0.84;
}

body[data-page="riskban-login"] .stage-copy {
  left: var(--rb-shell-x);
  right: clamp(20px, 4vw, 72px);
  max-width: min(640px, calc(100% - clamp(72px, 14vw, 220px)));
}

body[data-page="riskban-login"] .stage-copy h1 {
  font-size: clamp(70px, 10vw, 132px);
  line-height: .9;
  white-space: nowrap;
}

.stage-copy span {
  display: block;
  max-width: 470px;
  margin-top: 16px;
  color: var(--muted-strong);
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.46;
}

.login-panel {
  position: relative;
  z-index: 4;
  height: 100%;
  min-width: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 74px clamp(28px, 5vw, 72px) 30px;
  background:
    linear-gradient(135deg, rgba(87, 34, 103, .20) 0%, rgba(13, 7, 22, .96) 38%, #020207 100%),
    #020207;
}

.login-panel::before {
  display: none;
}

.panel-inner {
  width: min(100%, 410px);
  max-height: calc(100dvh - 96px);
  display: grid;
  gap: 15px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.panel-header {
  display: grid;
  gap: 8px;
}

.panel-header h2 {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-ui);
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 690;
  line-height: 1.04;
}

.panel-header span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.login-form {
  display: grid;
  gap: 11px;
  width: 100%;
  align-items: stretch;
}

.login-form label {
  display: grid;
  gap: 7px;
  width: 100%;
}

.login-form label > span {
  color: rgba(246, 241, 232, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.login-form [hidden],
.auth-password-field[hidden],
.password-reset-panel[hidden] {
  display: none;
}

.login-form input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 0;
  outline: 0;
  background: rgba(2, 2, 2, 0.42);
  color: var(--paper);
  padding: 0 15px;
  font-size: 14px;
  transition: border-color 110ms ease, background 110ms ease, box-shadow 110ms ease;
}

.login-form input::placeholder {
  color: rgba(246, 241, 232, 0.36);
}

.login-form input:hover,
.login-form input:focus {
  border-color: rgba(10, 79, 208, 0.72);
  background: rgba(2, 2, 2, 0.36);
  box-shadow: 0 0 0 4px rgba(10, 79, 208, 0.12);
}

.account-status {
  min-height: 17px;
  margin: -1px 0 0;
  color: rgba(246, 241, 232, 0.62);
  font-size: 11px;
  line-height: 1.35;
}

.account-status.error {
  color: #ffb9b9;
}

.account-status.ok {
  color: #9eefff;
}

.account-status[hidden] {
  display: none;
}

.account-row,
.account-new-access,
.account-legal {
  color: rgba(246, 241, 232, 0.48);
  font-size: 12px;
  line-height: 1.45;
}

.account-row a:hover,
.account-row a:focus-visible,
.account-new-access a:hover,
.account-new-access a:focus-visible,
.account-legal a:hover,
.account-legal a:focus-visible {
  color: var(--paper);
  outline: 0;
}

.login-actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

.login-form button.account-primary {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-self: end;
  margin-left: auto;
  min-width: 126px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(100deg, #572267, #6f35d6 56%, #2b3bc2),
    #572267;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
  padding: 0 22px;
  box-shadow:
    0 9px 22px rgba(10, 79, 208, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  transition: background 140ms ease, color 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}

.login-form button.account-primary:hover,
.login-form button.account-primary:focus-visible {
  background: #ffffff;
  color: #050509;
  box-shadow:
    0 10px 24px rgba(246, 241, 232, 0.18),
    0 0 0 2px rgba(246, 241, 232, 0.18) inset;
  filter: none;
  outline: 0;
}

.account-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-top: -3px;
  margin-bottom: 0;
}

.forgot-link {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(246, 241, 232, 0.5);
  cursor: pointer;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}

.forgot-link:hover,
.forgot-link:focus-visible {
  background: transparent;
  box-shadow: none;
  color: var(--paper);
  outline: 0;
}

.password-reset-panel {
  position: relative;
  margin-top: 18px;
  border: 1px solid rgba(141, 225, 214, 0.18);
  background:
    linear-gradient(135deg, rgba(10, 79, 208, 0.11), rgba(87, 34, 103, 0.14)),
    rgba(2, 2, 2, 0.46);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  padding: 16px;
}

.password-reset-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 999px;
  background: rgba(246, 241, 232, 0.04);
  color: rgba(246, 241, 232, 0.72);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.password-reset-close:hover,
.password-reset-close:focus-visible {
  color: var(--paper);
  border-color: rgba(141, 225, 214, 0.3);
  outline: 0;
}

.password-reset-form {
  display: grid;
  gap: 10px;
}

.password-reset-header {
  display: grid;
  gap: 4px;
  padding-right: 34px;
}

.password-reset-header span {
  color: rgba(158, 239, 255, 0.68);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.password-reset-header strong {
  color: var(--paper);
  font-size: 16px;
  line-height: 1.2;
}

.password-reset-form label {
  display: grid;
  gap: 7px;
}

.password-reset-form label > span {
  color: rgba(246, 241, 232, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.password-reset-form input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 0;
  outline: 0;
  background: rgba(2, 2, 2, 0.42);
  color: var(--paper);
  padding: 0 13px;
  font-size: 13px;
}

.password-reset-form p {
  margin: 0;
  color: rgba(246, 241, 232, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.password-reset-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.password-reset-actions button,
.password-reset-actions a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(246, 241, 232, 0.03);
  color: var(--paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 680;
}

.password-reset-actions a {
  border-color: rgba(10, 79, 208, 0.42);
  background: rgba(10, 79, 208, 0.18);
}

.auth-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 1px 0;
  color: rgba(246, 241, 232, 0.38);
  font-size: 11px;
  font-weight: 720;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  background: rgba(246, 241, 232, 0.1);
}

.oauth-stack {
  display: grid;
  gap: 10px;
}

.oauth-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 999px;
  background: rgba(2, 2, 2, 0.28);
  color: var(--paper);
  font-size: 13px;
  font-weight: 680;
  transition: background 110ms ease, border-color 110ms ease, transform 110ms ease;
}

.oauth-button:hover,
.oauth-button:focus-visible {
  border-color: rgba(246, 241, 232, 0.28);
  background: rgba(246, 241, 232, 0.07);
  transform: translateY(-1px);
  outline: 0;
}

.oauth-button-riskban {
  border-color: rgba(93, 66, 226, 0.34);
  background:
    linear-gradient(135deg, rgba(10, 79, 208, 0.20), rgba(87, 34, 103, 0.24)),
    rgba(2, 2, 2, 0.58);
  color: #f6f1e8;
}

.oauth-button-riskban:hover,
.oauth-button-riskban:focus-visible {
  border-color: rgba(141, 225, 214, 0.36);
  background:
    linear-gradient(135deg, rgba(10, 79, 208, 0.28), rgba(87, 34, 103, 0.34)),
    rgba(2, 2, 2, 0.72);
}

.oauth-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
}

.oauth-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.oauth-icon.riskban {
  background: radial-gradient(circle at 35% 30%, #8de1d6, #0a4fd0 52%, #572267 100%);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0;
}

.account-new-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(246, 241, 232, 0.1);
  color: rgba(246, 241, 232, 0.46);
  font-size: 12px;
}

.account-new-access a,
.account-legal a {
  color: var(--paper);
}

.account-legal {
  margin: 28px 0 0;
  color: rgba(246, 241, 232, 0.4);
  line-height: 1.62;
}

.rb-cookie-consent {
  position: fixed;
  z-index: 30;
  left: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(12px, 2.4vw, 24px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  padding: 14px 16px;
  border: 1px solid rgba(246, 241, 232, 0.12);
  border-radius: 18px;
  background: rgba(4, 16, 29, 0.9);
  color: var(--muted);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(22px);
}

.rb-cookie-consent strong {
  display: block;
  color: var(--paper);
  font-size: 13px;
  font-weight: 760;
}

.rb-cookie-consent p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.35;
}

.rb-cookie-consent nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rb-cookie-consent button,
.rb-cookie-consent a {
  min-height: 34px;
  border: 1px solid rgba(246, 241, 232, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(246, 241, 232, 0.04);
  color: var(--paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.rb-cookie-consent [data-cookie-accept] {
  border-color: rgba(246, 241, 232, 0.72);
  background: var(--paper);
  color: #020202;
}

.rb-cookie-consent button:hover,
.rb-cookie-consent a:hover,
.rb-cookie-consent button:focus-visible,
.rb-cookie-consent a:focus-visible {
  outline: 0;
  border-color: rgba(10, 79, 208, 0.72);
}

@media (max-width: 1040px) {
  .lab-shell {
    grid-template-columns: minmax(0, 54vw) minmax(350px, 46vw);
  }
}

@media (max-width: 760px) {
  body {
    overflow: auto;
  }

  .lab-shell {
    --mobile-topbar-height: 60px;
    height: auto;
    min-height: 100dvh;
    grid-template-columns: 1fr;
    grid-template-rows: var(--mobile-topbar-height) minmax(224px, 31dvh) auto;
    overflow: visible;
  }

  .lab-topbar {
    position: relative;
    inset: auto;
    grid-row: 1;
    height: 60px;
    padding: 10px 18px;
    background: #020202;
  }

  body[data-page="riskban-login"] .lab-topbar {
    background: transparent;
  }

  .shader-stage {
    grid-row: 2;
    min-height: 224px;
  }

  .stage-copy {
    bottom: 22px;
    max-width: 80%;
  }

  body[data-page="riskban-login"] .stage-copy {
    left: 18px;
    right: 18px;
    max-width: calc(100% - 36px);
  }

  .stage-copy h1 {
    font-size: clamp(58px, 20vw, 96px);
  }

  body[data-page="riskban-login"] .stage-copy h1 {
    font-size: clamp(54px, 17vw, 88px);
  }

  .stage-copy span {
    max-width: 360px;
    margin-top: 12px;
    font-size: 13px;
  }

  .login-panel {
    grid-row: 3;
    min-height: auto;
    padding: 22px 22px 28px;
  }

  .login-panel::before {
    display: none;
  }

  .panel-inner {
    max-height: none;
    width: min(100%, 430px);
  }

  .rb-cookie-consent {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rb-cookie-consent nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) and (min-height: 760px) {
  body {
    height: 100dvh;
    overflow: hidden;
  }

  .lab-shell {
    --mobile-topbar-height: 60px;
    height: 100dvh;
    min-height: 0;
    grid-template-rows: var(--mobile-topbar-height) minmax(190px, 25dvh) minmax(0, 1fr);
    overflow: hidden;
  }

  .shader-stage {
    min-height: 0;
  }

  .login-panel {
    min-height: 0;
    align-items: start;
    padding: 14px 16px 16px;
    overflow: hidden;
  }

  .panel-inner {
    gap: 11px;
    padding: 0;
  }

  .panel-header {
    gap: 6px;
  }

  .panel-header h2 {
    font-size: 30px;
  }

  .panel-header span,
  .account-legal {
    font-size: 11px;
  }

  .login-form {
    gap: 9px;
  }

  .login-form input {
    height: 39px;
  }

  .login-form button.account-primary {
    height: 40px;
  }

}

@media (max-width: 760px) {
  .lab-shell {
    --mobile-topbar-height: 60px;
  }

  .lab-topbar {
    height: var(--mobile-topbar-height);
    padding: 10px 18px;
  }

  .brand-mark {
    width: 56px;
    height: 58px;
  }

  .brand-mark img {
    width: 62px;
    height: 62px;
    transform: translateY(3px);
  }

  .login-form button.account-primary {
    min-width: 132px;
  }
}

@media (max-height: 690px) and (min-width: 861px) {
  .lab-shell {
    min-height: 0;
  }

  .login-panel {
    padding-top: 72px;
    padding-bottom: 18px;
  }

  .panel-inner {
    gap: 13px;
    padding: 0;
  }

  .panel-header span,
  .account-legal {
    font-size: 11px;
  }

  .login-form input {
    height: 42px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .shader-canvas {
    display: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}

body[data-page="riskban-login"] .lab-topbar .brand-mark {
  width: 68px;
  height: 68px;
  min-width: 68px;
  cursor: pointer;
  pointer-events: auto;
}

body[data-page="riskban-login"] .lab-topbar .brand-mark img {
  width: 72px;
  height: 72px;
  max-width: none;
  max-height: none;
}

@media (max-width: 760px) {
  body[data-page="riskban-login"] .lab-topbar .brand-mark {
    width: 56px;
    height: 58px;
    min-width: 56px;
  }

  body[data-page="riskban-login"] .lab-topbar .brand-mark img {
    width: 62px;
    height: 62px;
  }
}
