.tc-login-body--white-label {
    --tenant-bg: #020509;
    --tenant-panel: #080f1c;
    --tenant-panel-2: #0b1526;
    --tenant-border: #263c52;
    --tenant-text: #e8f0ff;
    --tenant-muted: #8da4c4;
    --tenant-accent: #ff4500;
    --tenant-accent-hover: #ff6a00;
    background: var(--tenant-bg);
    color: var(--tenant-text);
    font-family: "Manrope", sans-serif;
}

.tc-login-body--graupner {
    --tenant-bg: #f4f4f5;
    --tenant-panel: #ffffff;
    --tenant-panel-2: #0d0d0d;
    --tenant-border: #d8d6d0;
    --tenant-text: #0d0d0d;
    --tenant-muted: #636369;
    --tenant-accent: #0d0d0d;
    --tenant-accent-hover: #292929;
    font-family: "Inter", sans-serif;
}

.tc-login-body--white-label .tc-login-shell {
    padding: 42px 20px;
    background-image:
        linear-gradient(rgba(0, 200, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 200, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
}

.tc-login-body--graupner .tc-login-shell {
    background-image:
        linear-gradient(rgba(13, 13, 13, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 13, 13, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
}

.tc-login-body--white-label .language-switcher {
    top: 26px;
    transform: none;
    padding: 5px 7px;
    border: 1px solid var(--tenant-border);
    border-right: 0;
    border-radius: 6px 0 0 6px;
    background: var(--tenant-panel);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.tc-login-body--graupner .language-switcher {
    background: #ffffff;
}

.tc-login-body--white-label .language-switcher a {
    margin: 7px;
}

.tc-login-body--white-label .language-switcher img {
    width: 32px;
    height: 32px;
}

.tc-login-body--white-label .tc-login-frame::before,
.tc-login-body--white-label .tc-login-frame::after {
    display: none;
}

.tc-login-body--white-label .tc-login-frame {
    width: min(980px, 100%);
}

.tc-login-body--white-label .tc-login-card {
    grid-template-columns: minmax(300px, .88fr) minmax(420px, 1.12fr);
    max-width: 980px;
    border: 1px solid var(--tenant-border);
    border-radius: 7px;
    background: var(--tenant-panel);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.tc-login-body--graupner .tc-login-card {
    box-shadow: 0 24px 60px rgba(13, 13, 13, 0.12);
}

.tc-login-body--white-label .tc-login-image {
    min-height: 500px;
    border-right: 1px solid var(--tenant-border);
    background: var(--tenant-panel-2);
}

.tc-login-brand-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding: 42px;
    background:
        linear-gradient(180deg, rgba(0, 200, 255, 0.08), transparent 42%),
        linear-gradient(145deg, #07101d, #020509);
}

.tc-login-body--graupner .tc-login-brand-panel {
    background: linear-gradient(145deg, #0d0d0d, #23211c);
}

.tc-login-brand-mark {
    width: 112px !important;
    height: 112px !important;
    margin: 0 0 auto;
    object-fit: contain !important;
}

.tc-login-body--graupner .tc-login-brand-mark {
    filter: grayscale(1) sepia(.8) saturate(1.6);
}

.tc-login-brand-kicker {
    margin-bottom: 14px;
    color: #00c8ff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tc-login-body--graupner .tc-login-brand-kicker {
    color: #c4a769;
    font-family: "Inter", sans-serif;
}

.tc-login-brand-statement {
    max-width: 300px;
    color: #e8f0ff;
    font-family: "Exo 2", sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
}

.tc-login-body--graupner .tc-login-brand-statement {
    font-family: "Inter", sans-serif;
    font-size: 25px;
}

.tc-login-body--white-label .tc-login-content {
    justify-content: center;
    gap: 9px;
    padding: 44px 52px;
    background: var(--tenant-panel);
}

.tc-login-body--white-label .tc-login-logo {
    width: min(240px, 72%);
    max-height: 66px;
    object-fit: contain;
    margin: 0 auto 18px;
}

.tc-login-body--quanion .tc-login-logo {
    filter: brightness(1.75) contrast(1.03);
}

.tc-login-body--graupner .tc-login-logo {
    filter: brightness(0);
}

.tc-login-body--white-label .tc-login-content h1,
.tc-login-body--white-label .tc-login-content p,
.tc-login-body--white-label .tc-login-form label {
    color: var(--tenant-text);
}

.tc-login-body--white-label .tc-login-content h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 1.72rem;
}

.tc-login-body--graupner .tc-login-content h1 {
    font-family: "Inter", sans-serif;
}

.tc-login-body--white-label .tc-login-content p {
    color: var(--tenant-muted);
}

.tc-login-body--white-label .tc-login-form input {
    min-height: 44px;
    border-color: var(--tenant-border);
    border-radius: 4px;
    background: #ffffff;
    color: #101820;
}

.tc-login-body--white-label .tc-login-form input:focus {
    border-color: var(--tenant-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--tenant-accent) 18%, transparent);
}

.tc-login-body--white-label .tc-login-form > button[type="submit"] {
    border-radius: 4px;
    background: var(--tenant-accent);
    color: #ffffff;
}

.tc-login-body--quanion .tc-login-form > button[type="submit"] {
    background: linear-gradient(135deg, #d63b00, #eb5200);
}

.tc-login-body--white-label .tc-login-reset-link {
    display: inline-block;
    margin-top: 7px;
    color: var(--tenant-muted);
    font-size: 13px;
    text-decoration: none;
}

.tc-login-body--white-label .tc-login-reset-link:hover {
    color: var(--tenant-accent);
    text-decoration: underline;
}

.tc-login-body--white-label .tc-login-legal a {
    color: var(--tenant-muted);
}

.tc-login-body--white-label .tc-login-legal a:hover {
    color: var(--tenant-accent);
}

.tc-login-body--graupner .tc-login-alert {
    color: #7f302b;
    background: #fff1ef;
    border-color: #d7aaa6;
}

.tc-login-body--graupner .tc-login-success {
    color: #1f6548;
    background: #edf8f2;
    border-color: #9acbb5;
}

.tc-activation-shell {
    justify-content: center;
}

.tc-activation-card {
    width: min(620px, 100%);
    padding: 48px 54px;
    border: 1px solid var(--tenant-border);
    border-radius: 7px;
    background: var(--tenant-panel);
    color: var(--tenant-text);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.tc-login-body--graupner .tc-activation-card {
    box-shadow: 0 24px 60px rgba(13, 13, 13, 0.1);
}

.tc-activation-card .tc-login-logo {
    margin: 0 0 30px;
}

.tc-activation-kicker {
    color: var(--tenant-accent);
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tc-activation-card h1 {
    margin: 8px 0 12px;
    font-family: "Exo 2", sans-serif;
    font-size: 2rem;
    letter-spacing: 0;
}

.tc-login-body--graupner .tc-activation-card h1,
.tc-login-body--graupner .tc-activation-kicker {
    font-family: "Inter", sans-serif;
}

.tc-activation-card > p {
    margin: 0 0 28px;
    color: var(--tenant-muted);
}

.tc-activation-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin-top: 9px;
    color: var(--tenant-muted) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45;
}

.tc-activation-check input {
    width: 18px !important;
    min-height: 18px !important;
    margin: 1px 0 0;
    accent-color: var(--tenant-accent);
}

.tc-activation-check a,
.tc-activation-support a {
    color: var(--tenant-accent);
}

.tc-activation-support {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--tenant-border);
    font-size: 13px;
}

@media (max-width: 920px) {
    .tc-login-body--white-label .tc-login-card {
        grid-template-columns: 1fr;
        max-width: 580px;
    }

    .tc-login-body--white-label .tc-login-image {
        display: none;
    }
}

@media (max-width: 560px) {
    .tc-login-body--white-label .tc-login-shell {
        padding: 28px 12px 72px;
    }

    .tc-login-body--white-label .tc-login-content,
    .tc-activation-card {
        padding: 34px 24px;
    }

    .tc-login-body--white-label .language-switcher {
        top: auto;
        right: 10px;
        bottom: 10px;
        display: flex;
        border-right: 1px solid var(--tenant-border);
        border-radius: 6px;
    }
}

/* GRAUPNER. Private Capital portal */
.tc-login-body--graupner {
    --tenant-bg: #f4f4f5;
    --tenant-panel: rgba(255, 255, 255, 0.84);
    --tenant-panel-2: transparent;
    --tenant-border: #e4e4e7;
    --tenant-text: #0d0d0d;
    --tenant-muted: #66666b;
    --tenant-accent: #b89b5e;
    --tenant-accent-hover: #a88c52;
    background: #f4f4f5;
    font-family: "General Sans", "Inter", Arial, sans-serif;
}

.tc-login-body--graupner .tc-login-shell {
    min-height: 100svh;
    padding: 58px 24px 76px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 246, 244, 0.98)),
        #f4f4f5;
}

.tc-login-body--graupner .language-switcher {
    top: 82px;
    right: 16px;
    display: flex;
    gap: 2px;
    padding: 5px;
    border: 1px solid #313137;
    border-radius: 6px 0 0 6px;
    background: #22252b;
    box-shadow: 0 8px 22px rgba(13, 13, 13, 0.12);
}

.tc-login-body--graupner .language-switcher a {
    display: inline-flex;
    margin: 0;
    padding: 4px;
    border-radius: 4px;
}

.tc-login-body--graupner .language-switcher a.active {
    background: #f4f4f5;
}

.tc-login-body--graupner .language-switcher img {
    width: 28px;
    height: 19px;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
}

.tc-login-body--graupner .tc-login-frame {
    width: min(1180px, 100%);
}

.tc-login-body--graupner .tc-login-card {
    grid-template-columns: minmax(0, 1.3fr) minmax(420px, .7fr);
    align-items: center;
    width: 100%;
    max-width: 1180px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tc-login-body--graupner .tc-login-image {
    display: block;
    min-height: 560px;
    border: 0;
    background: transparent;
}

.tc-login-body--graupner .tc-login-brand-panel {
    position: relative;
    justify-content: center;
    min-height: 560px;
    padding: 30px 92px 30px 0;
    background: transparent;
}

.tc-login-body--graupner .tc-login-brand-identity {
    order: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0 64px;
}

.tc-login-body--graupner .tc-login-brand-identity span {
    color: #0d0d0d;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.tc-login-body--graupner .tc-login-brand-mark {
    width: 44px !important;
    height: 44px !important;
    margin: 0;
    filter: none;
}

.tc-login-body--graupner .tc-login-brand-kicker {
    order: 1;
    margin: 0;
    color: #9b7d40;
    font-family: "General Sans", "Inter", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
}

.tc-login-body--graupner .tc-login-brand-statement {
    order: 3;
    max-width: 430px;
    color: #0d0d0d;
    font-family: "General Sans", "Inter", Arial, sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: 1.01;
}

.tc-login-body--graupner .tc-login-brand-description {
    order: 4;
    max-width: 620px;
    margin-top: 24px;
    color: #66666b;
    font-size: 17px;
    line-height: 1.7;
}

.tc-login-body--graupner .tc-login-content {
    align-items: stretch;
    gap: 7px;
    min-height: auto;
    padding: 32px;
    border: 1px solid #e4e4e7;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 1px 2px rgba(13, 13, 13, 0.04), 0 8px 24px rgba(13, 13, 13, 0.05);
    backdrop-filter: blur(16px);
}

.tc-login-body--graupner .tc-login-card .tc-login-logo {
    display: none;
}

.tc-login-body--graupner .tc-login-form-kicker {
    margin-bottom: 7px;
    color: #9b7d40;
    font-family: "General Sans", "Inter", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

.tc-login-body--graupner .tc-login-content h1 {
    margin: 0;
    color: #0d0d0d;
    font-family: "General Sans", "Inter", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.18;
    text-align: left;
}

.tc-login-body--graupner .tc-login-content p {
    max-width: none;
    margin: 4px 0 20px;
    color: #66666b;
    font-size: 14px;
    text-align: left;
}

.tc-login-body--graupner .tc-login-form {
    max-width: none;
    gap: 8px;
}

.tc-login-body--graupner .tc-login-form label {
    color: #5f5f65;
    font-size: 13px;
    font-weight: 600;
}

.tc-login-body--graupner .tc-login-form input {
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #c9c9ce;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    color: #0d0d0d;
}

.tc-login-body--graupner .tc-login-form input:focus {
    border-color: #b89b5e;
    box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.15);
}

.tc-login-body--graupner .tc-login-form .tc-password-toggle {
    color: #66666b;
}

.tc-login-body--graupner .tc-login-form > button[type="submit"] {
    min-height: 44px;
    margin-top: 16px;
    border-radius: 999px;
    background: #b89b5e;
    color: #0a0a0b;
    font-weight: 700;
}

.tc-login-body--graupner .tc-login-form > button[type="submit"]:hover {
    background: #c4a769;
    filter: none;
}

.tc-login-body--graupner .tc-login-reset-link {
    display: block;
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    color: #5f5f65;
    font-weight: 500;
    text-align: center;
}

.tc-login-body--graupner .tc-login-reset-link:hover {
    border-color: #b89b5e;
    color: #7f6533;
    text-decoration: none;
}

.tc-login-body--graupner .tc-login-legal {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    margin: 0;
    font-size: 12px;
}

.tc-login-body--graupner .tc-login-legal a {
    color: #77777c;
}

.tc-login-body--graupner .tc-login-legal a:hover {
    color: #7f6533;
}

.tc-login-body--graupner .tc-activation-card {
    border-color: #e4e4e7;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1px 2px rgba(13, 13, 13, 0.04), 0 8px 24px rgba(13, 13, 13, 0.06);
    backdrop-filter: blur(16px);
}

.tc-login-body--graupner .tc-activation-card .tc-login-logo {
    display: block;
    width: 210px;
    filter: none;
}

.tc-login-body--graupner .tc-activation-kicker,
.tc-login-body--graupner .tc-activation-card h1 {
    font-family: "General Sans", "Inter", Arial, sans-serif;
}

.tc-login-body--graupner .tc-activation-kicker,
.tc-login-body--graupner .tc-activation-check a,
.tc-login-body--graupner .tc-activation-support a {
    color: #7f6533;
}

@media (max-width: 1060px) {
    .tc-login-body--graupner .tc-login-card {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .78fr);
    }

    .tc-login-body--graupner .tc-login-brand-panel {
        padding-right: 48px;
    }

    .tc-login-body--graupner .tc-login-brand-statement {
        font-size: 54px;
    }
}

@media (max-width: 880px) {
    .tc-login-body--graupner .tc-login-shell {
        justify-content: flex-start;
        padding-top: 82px;
    }

    .tc-login-body--graupner .tc-login-card {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .tc-login-body--graupner .tc-login-image,
    .tc-login-body--graupner .tc-login-brand-panel {
        min-height: auto;
    }

    .tc-login-body--graupner .tc-login-brand-panel {
        padding: 0 0 34px;
    }

    .tc-login-body--graupner .tc-login-brand-identity {
        margin: 18px 0 36px;
    }

    .tc-login-body--graupner .tc-login-brand-statement {
        max-width: 580px;
        font-size: 48px;
    }

    .tc-login-body--graupner .tc-login-brand-description {
        margin-top: 18px;
    }

    .tc-login-body--graupner .tc-login-legal {
        position: relative;
        margin-top: 34px;
    }
}

@media (max-width: 560px) {
    .tc-login-body--graupner .tc-login-shell {
        padding: 28px 18px 40px;
    }

    .tc-login-body--graupner .language-switcher {
        top: 70px;
        right: 10px;
        bottom: auto;
    }

    .tc-login-body--graupner .tc-login-brand-kicker {
        padding-right: 112px;
        font-size: 10px;
    }

    .tc-login-body--graupner .tc-login-brand-identity {
        margin: 20px 0 28px;
    }

    .tc-login-body--graupner .tc-login-brand-identity span {
        font-size: 21px;
    }

    .tc-login-body--graupner .tc-login-brand-statement {
        font-size: 42px;
    }

    .tc-login-body--graupner .tc-login-brand-description {
        font-size: 16px;
    }

    .tc-login-body--graupner .tc-login-content {
        padding: 28px 22px 24px;
    }

    .tc-login-body--graupner .tc-login-content h1 {
        font-size: 27px;
    }

    .tc-login-body--graupner .tc-login-legal {
        gap: 7px 14px;
    }
}

/* Qu:anion portal parity */
.tc-login-body--quanion {
    --tenant-bg: #06061a;
    --tenant-panel: rgba(18, 16, 45, 0.88);
    --tenant-panel-2: transparent;
    --tenant-border: rgba(160, 160, 240, 0.24);
    --tenant-text: #eef0ff;
    --tenant-muted: #8e91b7;
    --tenant-accent: #00c8ff;
    --tenant-accent-hover: #ff6a00;
    background: #06061a;
}

.tc-login-body--quanion .tc-login-shell {
    min-height: 100svh;
    padding: 54px 24px 78px;
    overflow: hidden;
    background:
        radial-gradient(900px 600px at 12% -5%, rgba(0, 200, 255, 0.17), transparent 60%),
        radial-gradient(950px 720px at 96% 8%, rgba(168, 107, 255, 0.20), transparent 57%),
        radial-gradient(900px 760px at 78% 110%, rgba(255, 92, 225, 0.11), transparent 56%),
        linear-gradient(180deg, #06061a, #0a0822 55%, #06061a);
}

.tc-login-body--quanion .tc-login-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        radial-gradient(1px 1px at 20px 30px, #ffffff, transparent),
        radial-gradient(1px 1px at 120px 80px, rgba(255, 255, 255, 0.7), transparent),
        radial-gradient(1.5px 1.5px at 200px 160px, #ccffee, transparent),
        radial-gradient(1px 1px at 300px 50px, #ffffff, transparent),
        radial-gradient(1px 1px at 380px 220px, rgba(255, 255, 255, 0.6), transparent);
    background-size: 420px 260px;
}

.tc-login-body--quanion .language-switcher {
    top: 26px;
    right: 24px;
    display: flex;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(160, 160, 240, 0.24);
    border-radius: 8px;
    background: rgba(18, 16, 45, 0.82);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.tc-login-body--quanion .language-switcher a {
    display: inline-flex;
    margin: 0;
    padding: 4px;
    border-radius: 5px;
}

.tc-login-body--quanion .language-switcher a.active {
    background: rgba(255, 255, 255, 0.08);
}

.tc-login-body--quanion .language-switcher img {
    width: 26px;
    height: 18px;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
}

.tc-login-body--quanion .tc-login-frame {
    width: min(1160px, 100%);
}

.tc-login-body--quanion .tc-login-card {
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
    align-items: center;
    max-width: 1160px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tc-login-body--quanion .tc-login-image {
    min-height: 560px;
    border: 0;
    background: transparent;
}

.tc-login-body--quanion .tc-login-brand-panel {
    position: relative;
    justify-content: center;
    min-height: 560px;
    padding: 28px 72px 28px 0;
    background: transparent;
}

.tc-login-body--quanion .tc-login-brand-panel::after {
    content: "";
    position: absolute;
    top: 44px;
    right: 66px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(103, 111, 190, 0.28);
    border-radius: 50%;
    background:
        radial-gradient(circle at 43% 40%, #00c8ff, #ff6a00 40%, #351c78 63%, transparent 65%);
    box-shadow:
        0 0 0 22px rgba(69, 79, 150, 0.09),
        0 0 0 46px rgba(69, 79, 150, 0.06),
        0 0 48px rgba(0, 200, 255, 0.16);
}

.tc-login-body--quanion .tc-login-brand-mark {
    width: 218px !important;
    height: auto !important;
    margin: 0 0 74px;
    object-fit: contain !important;
    object-position: left center;
    filter: brightness(1.72) contrast(1.04);
}

.tc-login-body--quanion .tc-login-brand-kicker {
    margin-bottom: 18px;
    color: #00c8ff;
    font-size: 11px;
    letter-spacing: .1em;
}

.tc-login-body--quanion .tc-login-brand-statement {
    max-width: 620px;
    color: #eef0ff;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.08;
}

.tc-login-brand-description {
    max-width: 540px;
    margin: 22px 0 0;
    color: var(--tenant-muted);
    font-size: 16px;
    line-height: 1.65;
}

.tc-login-body--quanion .tc-login-content {
    align-items: stretch;
    gap: 7px;
    min-height: auto;
    padding: 34px 32px 30px;
    border: 1px solid rgba(160, 160, 240, 0.24);
    border-radius: 8px;
    background: rgba(18, 16, 45, 0.88);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
}

.tc-login-body--quanion .tc-login-logo {
    display: none;
    filter: brightness(1.72) contrast(1.04);
}

.tc-login-form-kicker {
    margin-bottom: 5px;
    color: #00c8ff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tc-login-body--quanion .tc-login-content h1 {
    margin: 0;
    font-size: 28px;
    text-align: left;
}

.tc-login-body--quanion .tc-login-content p {
    max-width: none;
    margin: 0 0 20px;
    font-size: 14px;
    text-align: left;
}

.tc-login-body--quanion .tc-login-form {
    max-width: none;
    gap: 8px;
}

.tc-login-body--quanion .tc-login-form label {
    color: #aeb2d1;
    font-size: 13px;
    font-weight: 500;
}

.tc-login-body--quanion .tc-login-form input {
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid rgba(160, 160, 240, 0.30);
    border-radius: 6px;
    background: rgba(7, 6, 28, 0.74);
    color: #eef0ff;
}

.tc-login-body--quanion .tc-login-form input:focus {
    border-color: #00c8ff;
    box-shadow: 0 0 0 3px rgba(0, 200, 255, 0.14);
}

.tc-login-body--quanion .tc-login-form .tc-password-toggle {
    color: #8e91b7;
}

.tc-login-body--quanion .tc-login-form > button[type="submit"] {
    min-height: 44px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00c8ff, #ff6a00);
    color: #04101f;
    font-weight: 700;
    box-shadow: 0 8px 28px rgba(0, 200, 255, 0.24);
}

.tc-login-body--quanion .tc-login-reset-link {
    display: block;
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(160, 160, 240, 0.22);
    border-radius: 6px;
    color: #aeb2d1;
    text-align: center;
}

.tc-login-body--quanion .tc-login-reset-link:hover {
    border-color: rgba(0, 200, 255, 0.48);
    color: #00c8ff;
    text-decoration: none;
}

.tc-login-body--quanion .tc-login-legal {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    margin: 0;
    font-size: 12px;
}

.tc-login-body--quanion .tc-login-legal a {
    color: #72769d;
}

.tc-login-body--quanion .tc-login-legal a:hover {
    color: #00c8ff;
}

.tc-login-body--quanion .tc-activation-card {
    border-color: rgba(160, 160, 240, 0.24);
    background: rgba(18, 16, 45, 0.90);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
}

.tc-login-body--quanion .tc-activation-card .tc-login-logo {
    display: block;
    width: 210px;
    margin-bottom: 30px;
}

@media (max-width: 1040px) {
    .tc-login-body--quanion .tc-login-card {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    }

    .tc-login-body--quanion .tc-login-brand-panel {
        padding-right: 44px;
    }

    .tc-login-body--quanion .tc-login-brand-statement {
        font-size: 48px;
    }

    .tc-login-body--quanion .tc-login-brand-panel::after {
        right: 44px;
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 920px) {
    .tc-login-body--quanion .tc-login-card {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .tc-login-body--quanion .tc-login-image {
        display: none;
    }

    .tc-login-body--quanion .tc-login-logo {
        display: block;
        width: 190px;
        margin: 0 0 24px;
    }
}

@media (max-width: 560px) {
    .tc-login-body--quanion .tc-login-shell {
        padding: 76px 14px 92px;
    }

    .tc-login-body--quanion .language-switcher {
        top: 16px;
        right: 14px;
        bottom: auto;
    }

    .tc-login-body--quanion .tc-login-content {
        padding: 30px 22px 24px;
    }

    .tc-login-body--quanion .tc-login-legal {
        bottom: 18px;
        gap: 7px 14px;
    }
}
