﻿.account-page {
    min-height: calc(100vh - 220px);
    padding: 52px 16px 70px;
    background:
        linear-gradient(135deg, rgba(255, 103, 31, .08), rgba(24, 31, 42, .06)),
        #f6f8fb;
}


.account-shell {
    width: min(1060px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(360px, 1fr);
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.account-panel {
    padding: 46px;
    background: #111827;
    color: #ffffff;
}

.account-panel small {
    color: #ffb36e;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.account-panel h1 {
    margin: 12px 0 18px;
    font-size: 42px;
    line-height: 1.04;
    font-weight: 800;
}

.account-panel p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.account-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.account-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, .86);
}

.account-list i {
    color: #ff671f;
}

.account-card {
    padding: 42px;
}

.account-card h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
}

.account-card .account-muted {
    margin-bottom: 26px;
    color: #64748b;
}

.account-card .form-label {
    color: #1f2937;
    font-weight: 700;
}

.account-card .form-control {
    min-height: 48px;
    border-radius: 6px;
    border-color: #dbe3ef;
}

.account-card .form-control:focus {
    border-color: #ff671f;
    box-shadow: 0 0 0 .2rem rgba(255, 103, 31, .14);
}

.account-action {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    background: #ff671f;
    color: #ffffff;
    font-weight: 800;
}

.account-switch {
    margin: 22px 0 0;
    color: #64748b;
    text-align: center;
}

.account-switch a {
    color: #ff671f;
    font-weight: 800;
}

.account-validation {
    margin-bottom: 18px;
    color: #b91c1c;
    font-weight: 600;
}

@media (max-width: 900px) {
    .account-shell {
        grid-template-columns: 1fr;
    }

    .account-panel,
    .account-card {
        padding: 30px;
    }

    .account-panel h1 {
        font-size: 32px;
    }
}

.auth-modal .modal-dialog {
    --bs-modal-width: 1040px;
}

.auth-modal-content {
    position: relative;
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 28px;
    padding: 24px;
    border: 0;
    border-radius: 30px;
    background: linear-gradient(90deg, #ffe2c6, #fff6ee);
    box-shadow: 0 30px 90px rgba(120, 72, 28, .22);
}

.auth-register-content {
    grid-template-columns: minmax(320px, 520px);
    justify-content: center;
}

.auth-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
}

.auth-phone-frame {
    min-height: 610px;
    overflow: hidden;
    border-radius: 34px;
    background: #fbf7f1;
    box-shadow: 0 22px 54px rgba(82, 46, 18, .18);
}

.auth-phone-status {
    height: 48px;
    padding: 12px 26px 0;
    display: flex;
    justify-content: space-between;
    color: #111827;
    font-weight: 800;
}

.auth-visual-frame {
    position: relative;
}

.auth-visual-image {
    height: 430px;
    background:
        linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08)),
        url('/Uploads/HeroSlider/hero_639169675952576831.png') center/cover;
}

.auth-welcome-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 30px 38px;
    border-radius: 34px 34px 0 0;
    background: #fffaf4;
    text-align: center;
}

.auth-welcome-sheet span {
    display: block;
    width: 54px;
    height: 5px;
    margin: 0 auto 24px;
    border-radius: 999px;
    background: #111827;
}

.auth-welcome-sheet h3,
.auth-form-card h2 {
    color: #111827;
    font-size: 30px;
    font-weight: 800;
}

.auth-welcome-sheet p {
    color: #4b5563;
    line-height: 1.6;
}

.auth-form-card {
    padding: 52px 42px 34px;
}

.auth-form-card label {
    display: block;
    margin: 18px 0 8px;
    color: #111827;
    font-weight: 700;
}

.auth-form-card input[type="text"],
.auth-form-card input[type="email"],
.auth-form-card input[type="password"] {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #eee4d9;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
}

.auth-form-card input:focus {
    outline: 0;
    border-color: #c57d3f;
    box-shadow: 0 0 0 4px rgba(197, 125, 63, .13);
}

.auth-row {
    margin: 14px 0 24px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #7c6f64;
}

.auth-check {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    font-weight: 500 !important;
}

.auth-submit,
.auth-switch-button {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 12px;
    background: #c57d3f;
    color: #ffffff;
    font-weight: 800;
}

.auth-switch-button {
    background: #ffffff;
    color: #8b5527;
    border: 1px solid #e5d2bd;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 26px 0 18px;
    color: #8b8177;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ded3c8;
}

@media (max-width: 900px) {
    .auth-modal-content {
        grid-template-columns: 1fr;
    }

    .auth-visual-frame {
        display: none;
    }

    .auth-phone-frame {
        min-height: auto;
    }

    .auth-form-card {
        padding: 34px 22px 24px;
    }
}

/* Compact dissolve auth modal refresh */
.auth-dissolve.fade .modal-dialog {
    transform: scale(.97);
    opacity: 0;
    filter: blur(8px);
    transition: opacity .26s ease, transform .26s ease, filter .26s ease;
}

.auth-dissolve.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}

.auth-modal .modal-dialog {
    --bs-modal-width: 760px;
}

.auth-compact-content {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #fffaf4;
    box-shadow: 0 28px 80px rgba(37, 24, 12, .24);
}

.auth-leader-panel {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #f59e0b;
}

.auth-leader-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.auth-leader-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 130, 28, .08), rgba(15, 23, 42, .62));
}

.auth-leader-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
}

.auth-leader-overlay span {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.auth-leader-overlay strong {
    display: block;
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.05;
}

.auth-compact-content .auth-form-card {
    padding: 30px 30px 24px;
}

.auth-compact-content .auth-form-card h2 {
    margin: 0;
    font-size: 28px;
}

.auth-subtitle {
    margin: 5px 0 14px;
    color: #7c6f64;
    font-size: 13px;
}

.auth-compact-content .auth-form-card label {
    margin: 10px 0 5px;
    font-size: 13px;
}

.auth-compact-content .auth-form-card input[type="text"],
.auth-compact-content .auth-form-card input[type="email"],
.auth-compact-content .auth-form-card input[type="password"] {
    height: 42px;
    border-radius: 10px;
    font-size: 14px;
}

.auth-two-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.auth-compact-content .auth-row {
    margin: 10px 0 16px;
    font-size: 13px;
}

.auth-compact-content .auth-submit,
.auth-compact-content .auth-switch-button {
    min-height: 44px;
    border-radius: 10px;
}

.auth-compact-content .auth-submit {
    background: linear-gradient(135deg, #ff671f, #c87a2c);
}

.auth-close {
    background-color: rgba(255, 255, 255, .88);
    border-radius: 999px;
}

@media (max-width: 760px) {
    .auth-compact-content {
        grid-template-columns: 1fr;
    }

    .auth-leader-panel {
        min-height: 180px;
    }

    .auth-two-fields {
        grid-template-columns: 1fr;
    }
}

/* Professional split login modal */
.auth-modal .modal-dialog {
    --bs-modal-width: 1120px;
}

.auth-login-content {
    grid-template-columns: minmax(0, 58%) minmax(390px, 42%);
    min-height: 650px;
    border: 1px solid rgba(29, 45, 66, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 32px 90px rgba(20, 35, 55, .26);
}

.auth-login-content .auth-leader-panel {
    min-height: 650px;
    background: #d89a42;
}

.auth-login-content .auth-leader-panel img {
    object-position: center 22%;
}

.auth-login-content .auth-leader-panel::after {
    background:
        linear-gradient(180deg, rgba(10, 24, 42, .02) 35%, rgba(10, 24, 42, .82) 100%),
        linear-gradient(90deg, rgba(223, 139, 43, .08), transparent);
}

.auth-login-content .auth-leader-overlay {
    left: 38px;
    right: 38px;
    bottom: 36px;
}

.auth-login-content .auth-leader-overlay span {
    padding: 7px 12px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .26);
    backdrop-filter: blur(8px);
    font-size: 11px;
    letter-spacing: .09em;
}

.auth-login-content .auth-leader-overlay strong {
    max-width: 510px;
    margin-top: 15px;
    font-size: clamp(27px, 2.6vw, 38px);
    line-height: 1.16;
    letter-spacing: -.025em;
}

.auth-login-content .auth-form-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 48px 42px;
    background: #fffdfb;
}

.auth-form-heading {
    margin-bottom: 22px;
}

.auth-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #d26322;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.auth-login-content .auth-form-card h2 {
    color: #192d46;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.auth-login-content .auth-subtitle {
    margin: 10px 0 0;
    color: #647287;
    font-size: 15px;
    line-height: 1.55;
}

.auth-login-content .auth-field {
    margin-top: 15px;
}

.auth-login-content .auth-form-card .auth-field > label {
    margin: 0 0 7px;
    color: #24354b;
    font-size: 13px;
    font-weight: 750;
}

.auth-login-content .auth-form-card input[type="text"],
.auth-login-content .auth-form-card input[type="email"],
.auth-login-content .auth-form-card input[type="password"] {
    height: 54px;
    padding: 0 16px;
    border: 1px solid #dce2e9;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.auth-login-content .auth-form-card input::placeholder {
    color: #9aa5b3;
}

.auth-login-content .auth-form-card input:focus {
    border-color: #d36b2b;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(211, 107, 43, .12);
}

.auth-password-field {
    position: relative;
}

.auth-login-content .auth-password-field input {
    padding-right: 50px;
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 32px;
    height: 32px;
    padding: 6px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #677487;
    transform: translateY(-50%);
}

.auth-password-toggle:hover,
.auth-password-toggle:focus-visible {
    background: #f3f5f7;
    color: #d26322;
    outline: 0;
}

.auth-password-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.auth-login-content .auth-row {
    align-items: center;
    margin: 17px 0 21px;
    color: #536174;
    font-size: 13px;
}

.auth-login-content .auth-check input {
    width: 17px;
    height: 17px;
    accent-color: #d26322;
}

.auth-forgot-link {
    color: #bf561d;
    font-weight: 700;
    text-decoration: none;
}

.auth-forgot-link:hover {
    color: #923d13;
    text-decoration: underline;
}

.auth-login-content .auth-submit,
.auth-login-content .auth-switch-button {
    min-height: 52px;
    border-radius: 12px;
    font-size: 15px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.auth-login-content .auth-submit {
    background: linear-gradient(135deg, #ed6d21, #ca5a19);
    box-shadow: 0 10px 24px rgba(202, 90, 25, .22);
}

.auth-login-content .auth-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(202, 90, 25, .29);
}

.auth-login-content .auth-divider {
    margin: 22px 0 16px;
    color: #8a94a3;
    font-size: 12px;
}

.auth-login-content .auth-switch-button {
    border: 1px solid #d9dee5;
    background: #fff;
    color: #263a52;
}

.auth-login-content .auth-switch-button:hover {
    border-color: #d26322;
    background: #fff8f3;
    color: #a74310;
}

.auth-social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    border: 1px solid #d9dee5;
    border-radius: 12px;
    background: #fff;
    color: #263a52;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.auth-social-button svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

.auth-social-button:hover,
.auth-social-button:focus-visible {
    border-color: #bcc6d2;
    background: #fff;
    color: #192d46;
    box-shadow: 0 8px 20px rgba(25, 45, 70, .09);
    outline: 0;
    transform: translateY(-1px);
}

.auth-login-content .auth-account-divider {
    margin-top: 18px;
}

.auth-privacy-note {
    margin: 18px 0 0;
    color: #929ba7;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.auth-login-content .auth-close {
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    padding: 9px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(25, 45, 70, .12);
    opacity: .72;
}

@media (max-width: 900px) {
    .auth-login-content {
        grid-template-columns: minmax(260px, 42%) minmax(0, 58%);
    }

    .auth-login-content .auth-form-card {
        padding: 50px 34px 36px;
    }
}

@media (max-width: 680px) {
    .auth-login-content {
        display: block;
        min-height: auto;
    }

    .auth-login-content .auth-leader-panel {
        min-height: 190px;
        max-height: 190px;
    }

    .auth-login-content .auth-leader-panel img {
        object-position: center 24%;
    }

    .auth-login-content .auth-leader-overlay {
        left: 22px;
        bottom: 20px;
    }

    .auth-login-content .auth-leader-overlay strong {
        font-size: 22px;
    }

    .auth-login-content .auth-form-card {
        padding: 34px 24px 28px;
    }

    .auth-login-content .auth-form-card h2 {
        font-size: 31px;
    }
}

/* Final viewport-safe professional modal layout */
.auth-modal .modal-dialog{--bs-modal-width:780px;max-width:min(780px,calc(100vw - 32px)) !important;margin:16px auto}
.auth-modal .auth-compact-content{display:grid;grid-template-columns:270px minmax(0,1fr);height:auto;min-height:0;max-height:calc(100dvh - 32px);overflow:hidden;border:1px solid rgba(15,35,58,.1);border-radius:20px;font-family:var(--auth-font,Arial,sans-serif);background:#fff;box-shadow:0 24px 70px rgba(8,25,48,.28)}
.auth-modal .auth-leader-panel,.auth-modal .auth-login-content .auth-leader-panel,.auth-register-content .auth-leader-panel{min-height:0;height:auto;background:#111}
.auth-modal .auth-form-card,.auth-modal .auth-login-content .auth-form-card{justify-content:flex-start;padding:25px 30px 21px;background:var(--auth-panel,#f47a20);overflow-y:auto;overscroll-behavior:contain;color:var(--auth-text,#334155);scrollbar-width:thin}
.auth-modal .auth-form-heading{margin-bottom:12px}
.auth-modal .auth-eyebrow{margin-bottom:5px;font-size:10px}
.auth-modal .auth-form-card h2,.auth-modal .auth-login-content .auth-form-card h2{color:var(--auth-heading,#172b43);font-size:27px;line-height:1.12}
.auth-modal .auth-subtitle,.auth-modal .auth-form-card label,.auth-modal .auth-row,.auth-modal .auth-privacy-note{color:var(--auth-text,#334155)}
.auth-modal .auth-subtitle,.auth-modal .auth-login-content .auth-subtitle{margin-top:5px;font-size:13px;line-height:1.4}
.auth-modal .auth-login-content .auth-field{margin-top:10px}
.auth-modal .auth-form-card label,.auth-modal .auth-login-content .auth-form-card .auth-field>label{margin:8px 0 4px;font-size:12px}
.auth-modal .auth-form-card input[type=text],.auth-modal .auth-form-card input[type=email],.auth-modal .auth-form-card input[type=password],.auth-modal .auth-login-content .auth-form-card input[type=text],.auth-modal .auth-login-content .auth-form-card input[type=email],.auth-modal .auth-login-content .auth-form-card input[type=password]{height:41px;padding:0 13px;border-radius:9px;font-size:13px}
.auth-modal .auth-login-content .auth-row{margin:11px 0 13px;font-size:12px}
.auth-modal .auth-submit,.auth-modal .auth-login-content .auth-submit,.auth-modal .auth-switch-button,.auth-modal .auth-login-content .auth-switch-button{min-height:41px;border-radius:9px;font-size:13px}
.auth-modal .auth-submit,.auth-modal .auth-login-content .auth-submit{background:var(--auth-button,#c95518);box-shadow:none}
.auth-modal .auth-divider,.auth-modal .auth-login-content .auth-divider{margin:12px 0 10px;color:var(--auth-text,#334155)}
.auth-social-icons{display:flex;align-items:center;justify-content:center;gap:12px}
.auth-modal .auth-social-button{width:42px;height:42px;min-height:42px;padding:0;border:1px solid rgba(25,45,70,.16);border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 4px 12px rgba(15,35,58,.08)}
.auth-modal .auth-social-button svg{width:20px;height:20px;flex-basis:20px}
.auth-modal .auth-facebook-button{margin-top:0}.auth-facebook-icon{display:inline-grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#1877f2;color:#fff;font:800 17px/1 Arial}
.auth-modal .auth-social-button:hover,.auth-modal .auth-social-button:focus-visible{border-color:rgba(25,45,70,.3);box-shadow:0 8px 18px rgba(15,35,58,.14);transform:translateY(-2px)}
.auth-modal .auth-account-divider{margin-top:11px}.auth-modal .auth-privacy-note{margin-top:10px;font-size:9px}
.auth-modal .auth-close,.auth-modal .auth-login-content .auth-close{top:12px;right:12px;width:30px;height:30px;padding:8px;z-index:5}
.auth-register-content .auth-form-card{padding-top:20px;padding-bottom:18px}.auth-register-content .auth-two-fields{gap:9px}.auth-register-content .auth-switch-button{margin-top:10px !important}
@media(max-width:680px){.auth-modal .modal-dialog{margin:8px auto;max-width:calc(100vw - 16px) !important}.auth-modal .auth-compact-content{display:block;max-height:calc(100dvh - 16px);overflow-y:auto}.auth-modal .auth-leader-panel,.auth-modal .auth-login-content .auth-leader-panel,.auth-register-content .auth-leader-panel{min-height:100px;max-height:100px}.auth-modal .auth-leader-overlay{left:18px;bottom:14px}.auth-modal .auth-leader-overlay strong{display:none}.auth-modal .auth-form-card,.auth-modal .auth-login-content .auth-form-card{padding:20px 18px;overflow:visible}.auth-modal .auth-form-card h2,.auth-modal .auth-login-content .auth-form-card h2{font-size:24px}.auth-two-fields{grid-template-columns:1fr 1fr}}
@media(max-width:420px){.auth-modal .auth-leader-panel,.auth-modal .auth-login-content .auth-leader-panel,.auth-register-content .auth-leader-panel{display:none}.auth-modal .auth-compact-content{border-radius:15px}.auth-modal .auth-form-card,.auth-modal .auth-login-content .auth-form-card{padding:36px 16px 18px}.auth-two-fields{grid-template-columns:1fr}}

/* Admin-driven contrast theme and compact registration */
.auth-modal{--auth-control-bg:#fff;--auth-control-text:#172b43;--auth-control-muted:#718096}
.auth-modal.fade .modal-dialog{transform:translateY(14px) scale(.975);opacity:0;filter:blur(5px);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,filter .22s ease}
.auth-modal.show .modal-dialog{transform:translateY(0) scale(1);opacity:1;filter:blur(0)}
.auth-modal.auth-closing .modal-dialog{transform:translateY(10px) scale(.985);opacity:0;filter:blur(3px)}
.auth-modal .auth-form-card,.auth-modal .auth-login-content .auth-form-card{background:var(--auth-panel,#f47a20);color:var(--auth-text,#172b43)}
.auth-modal .auth-form-card h2,.auth-modal .auth-login-content .auth-form-card h2,.auth-modal .auth-eyebrow{color:var(--auth-heading,#172b43)}
.auth-modal .auth-subtitle,.auth-modal .auth-login-content .auth-subtitle,.auth-modal .auth-form-card label,.auth-modal .auth-login-content .auth-form-card .auth-field>label,.auth-modal .auth-row,.auth-modal .auth-login-content .auth-row,.auth-modal .auth-divider,.auth-modal .auth-login-content .auth-divider,.auth-modal .auth-privacy-note{color:var(--auth-text,#334155)}
.auth-modal .auth-forgot-link{color:var(--auth-heading,#172b43)}
.auth-modal .auth-forgot-link:hover{color:var(--auth-text,#334155);opacity:.8}
.auth-modal .auth-form-card input[type=text],.auth-modal .auth-form-card input[type=email],.auth-modal .auth-form-card input[type=password]{border-color:rgba(15,35,58,.18);background:var(--auth-control-bg);color:var(--auth-control-text)}
.auth-modal .auth-form-card input::placeholder{color:var(--auth-control-muted)}
.auth-modal .auth-submit,.auth-modal .auth-login-content .auth-submit{border:1px solid rgba(0,0,0,.08);background:var(--auth-button,#c95518);color:#fff}
.auth-modal .auth-switch-button,.auth-modal .auth-login-content .auth-switch-button{border-color:rgba(15,35,58,.18);background:rgba(255,255,255,.94);color:#172b43}
.auth-register-content{grid-template-columns:235px minmax(0,1fr) !important;max-width:720px;margin-inline:auto}
.auth-register-content .auth-form-card{padding:18px 26px 16px}
.auth-register-content .auth-subtitle{margin-bottom:4px}
.auth-register-content .auth-form-card label{margin:6px 0 3px}
.auth-register-content .auth-form-card input[type=text],.auth-register-content .auth-form-card input[type=email],.auth-register-content .auth-form-card input[type=password]{height:38px}
.auth-register-content .auth-submit{margin-top:11px;min-height:39px}
.auth-register-content .auth-divider{margin:9px 0 8px}
.auth-register-content .auth-social-button{width:38px;height:38px;min-height:38px}
.auth-register-content .auth-switch-button{min-height:38px;margin-top:8px !important}
@media(max-height:700px) and (min-width:681px){.auth-modal .auth-compact-content{max-height:calc(100vh - 20px)}.auth-modal .auth-form-card,.auth-modal .auth-login-content .auth-form-card{padding-top:18px;padding-bottom:16px}.auth-modal .auth-leader-overlay strong{font-size:23px}.auth-register-content .auth-form-card{padding-top:14px;padding-bottom:12px}}
@media(max-width:680px){.auth-register-content{display:block;max-width:none}.auth-register-content .auth-form-card{padding:18px}.auth-modal .auth-form-card{background:var(--auth-panel,#f47a20)}}
