@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --text-dark: #1e293b;
    --text-muted: #64748b;
    --input-border: #cbd5e1;
    --input-bg: #f8fafc;
    --page-bg-main: linear-gradient(
        160deg,
        var(--myryda-blue-1, #4d9ae8) 0%,
        var(--myryda-blue-2, #3182bd) 32%,
        var(--myryda-blue-3, #2563b8) 68%,
        var(--myryda-blue-4, #1e4a8a) 100%
    );
    /* Panel kiri login — latar putih */
    --neu-surface: #ffffff;
}

html {
    height: 100%;
}

body {
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    display: flex;
    flex-direction: column;
    background: #ffffff !important;
    overflow: hidden;
}

/* Latar dekoratif global — nonaktif (split full-screen) */
.page-bg-panel { display: none !important; }

.page-bg-panel::before {
    content: '';
    position: absolute;
    left: -70px;
    top: -10%;
    width: 160px;
    height: 120%;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 0 60% 60% 0 / 0 40% 40% 0;
}

.page-bg-panel::after {
    content: '';
    position: absolute;
    left: -35px;
    top: -5%;
    width: 100px;
    height: 110%;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 0 50% 50% 0 / 0 30% 30% 0;
}

.page-bg-panel .page-deco-curve { position: absolute; pointer-events: none; }
.page-bg-panel .page-deco-curve-3 {
    left: -90px; top: 18%; width: 120px; height: 55%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0 55% 55% 0 / 0 35% 35% 0;
}
.page-bg-panel .page-deco-curve-4 {
    right: -55px; top: -8%; width: 110px; height: 105%;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 55% 0 0 55% / 35% 0 0 35%;
}
.page-bg-panel .page-deco-curve-5 {
    right: -25px; top: 10%; width: 70px; height: 80%;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50% 0 0 50% / 30% 0 0 30%;
}

.page-bg-panel .page-deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.page-bg-panel .page-deco-circle-1 { width: 240px; height: 240px; bottom: -80px; right: -80px; background: rgba(255, 255, 255, 0.10); }
.page-bg-panel .page-deco-circle-2 { width: 150px; height: 150px; bottom: 20px; right: 84px; background: rgba(255, 255, 255, 0.08); }
.page-bg-panel .page-deco-circle-3 { width: 78px; height: 78px; top: 32px; right: 32px; background: rgba(255, 255, 255, 0.12); }
.page-bg-panel .page-deco-circle-4 { width: 110px; height: 110px; top: 12%; left: 8%; background: rgba(255, 255, 255, 0.07); }
.page-bg-panel .page-deco-circle-5 { width: 180px; height: 180px; bottom: 8%; left: -40px; background: rgba(255, 255, 255, 0.08); }
.page-bg-panel .page-deco-circle-6 { width: 62px; height: 62px; top: 42%; right: 22%; background: rgba(255, 255, 255, 0.10); }
.page-bg-panel .page-deco-circle-7 { width: 96px; height: 96px; bottom: 28%; right: 6%; background: rgba(255, 255, 255, 0.07); }

.page-bg-panel .page-deco-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.28);
}

.page-bg-panel .page-deco-ring-1 { width: 130px; height: 130px; top: 22%; left: 22%; }
.page-bg-panel .page-deco-ring-2 { width: 52px; height: 52px; bottom: 18%; right: 28%; border-color: rgba(255, 255, 255, 0.22); }
.page-bg-panel .page-deco-ring-3 { width: 88px; height: 88px; top: 58%; left: 12%; border-color: rgba(255, 255, 255, 0.24); }

.page-bg-panel .page-deco-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.35);
}

.page-bg-panel .page-deco-dot-1 { width: 10px; height: 10px; top: 16%; left: 28%; }
.page-bg-panel .page-deco-dot-2 { width: 8px; height: 8px; top: 34%; right: 18%; background: rgba(255, 255, 255, 0.28); }
.page-bg-panel .page-deco-dot-3 { width: 12px; height: 12px; bottom: 22%; left: 34%; }
.page-bg-panel .page-deco-dot-4 { width: 7px; height: 7px; bottom: 38%; right: 12%; background: rgba(255, 255, 255, 0.30); }
.page-bg-panel .page-deco-dot-5 { width: 9px; height: 9px; top: 52%; left: 6%; }
.page-bg-panel .page-deco-dot-6 { width: 6px; height: 6px; top: 68%; right: 38%; background: rgba(255, 255, 255, 0.26); }

/* Gelembung latar — gerak pelan tapi terlihat */
@keyframes myrydaBubbleDriftA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(42px, -56px) scale(1.08); }
    66% { transform: translate(-34px, 38px) scale(0.96); }
}

@keyframes myrydaBubbleDriftB {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-48px, 44px) scale(1.1); }
}

@keyframes myrydaBubbleDriftC {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
    50% { transform: translate(28px, 62px) scale(1.06); opacity: 0.82; }
}

@keyframes myrydaBubbleDriftD {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(22px, -30px); }
    75% { transform: translate(-20px, 26px); }
}

.page-bg-panel .page-deco-circle-1 { animation: myrydaBubbleDriftA 8s ease-in-out infinite; }
.page-bg-panel .page-deco-circle-2 { animation: myrydaBubbleDriftB 9s ease-in-out infinite; animation-delay: -2s; }
.page-bg-panel .page-deco-circle-3 { animation: myrydaBubbleDriftC 7s ease-in-out infinite; animation-delay: -1s; }
.page-bg-panel .page-deco-circle-4 { animation: myrydaBubbleDriftB 10s ease-in-out infinite reverse; animation-delay: -3s; }
.page-bg-panel .page-deco-circle-5 { animation: myrydaBubbleDriftA 9s ease-in-out infinite reverse; animation-delay: -4s; }
.page-bg-panel .page-deco-circle-6 { animation: myrydaBubbleDriftC 6.5s ease-in-out infinite; animation-delay: -2s; }
.page-bg-panel .page-deco-circle-7 { animation: myrydaBubbleDriftB 8.5s ease-in-out infinite; animation-delay: -5s; }

.page-bg-panel .page-deco-ring-1 { animation: myrydaBubbleDriftD 9s ease-in-out infinite; }
.page-bg-panel .page-deco-ring-2 { animation: myrydaBubbleDriftD 7s ease-in-out infinite reverse; animation-delay: -2s; }
.page-bg-panel .page-deco-ring-3 { animation: myrydaBubbleDriftD 8s ease-in-out infinite; animation-delay: -4s; }

.page-bg-panel .page-deco-dot-1 { animation: myrydaBubbleDriftD 5.5s ease-in-out infinite; }
.page-bg-panel .page-deco-dot-2 { animation: myrydaBubbleDriftD 6s ease-in-out infinite reverse; animation-delay: -1s; }
.page-bg-panel .page-deco-dot-3 { animation: myrydaBubbleDriftD 5s ease-in-out infinite; animation-delay: -2s; }
.page-bg-panel .page-deco-dot-4 { animation: myrydaBubbleDriftD 6.5s ease-in-out infinite reverse; animation-delay: -3s; }
.page-bg-panel .page-deco-dot-5 { animation: myrydaBubbleDriftD 5.8s ease-in-out infinite; animation-delay: -1.5s; }
.page-bg-panel .page-deco-dot-6 { animation: myrydaBubbleDriftD 5.2s ease-in-out infinite reverse; animation-delay: -2.5s; }

.login-wrapper {
    display: flex;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Panel kiri — form login langsung (tanpa container/card) */
.login-container {
    flex: 0 0 420px;
    width: 420px;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    background: #ffffff;
    padding: clamp(28px, 8vh, 56px) 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    border-right: 1px solid #e2e8f0;
}

.login-inner {
    width: 100%;
    max-width: 340px;
    margin-top: clamp(0px, 2vh, 24px);
}

.login-container > .login-loading-overlay {
    position: fixed;
    inset: 0;
    max-width: 420px;
}

.login-inner > .login-title-stack,
.login-inner > .notification,
.login-inner > form,
.login-inner > .config-links-row,
.login-inner > .login-subtitle {
    width: 100%;
}

.login-subtitle {
    margin: 0 0 24px;
    text-align: center;
    font-size: 0.88rem;
    color: var(--text-muted);
    font-weight: 500;
}

.login-title-stack {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    text-align: center;
}

.login-brand-logo {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.form-group {
    margin-bottom: 14px;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 4px;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.78rem;
}

.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    border: 1.5px solid var(--input-border);
    border-radius: 3px;
    font-size: 0.88rem;
    line-height: 1.35;
    font-family: inherit;
    background: var(--input-bg);
    color: var(--text-dark);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: var(--myryda-blue-1, #4d9ae8);
    background: #fff;
    box-shadow: 0 0 0 3.5px rgba(37, 99, 184, 0.18);
}

.form-group input::placeholder {
    color: #94a3b8;
    font-size: 0.88rem;
}

.password-input-wrap {
    position: relative;
    width: 100%;
}

.form-group .password-input-wrap input {
    padding-right: 36px;
}

.password-toggle-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--myryda-blue-2, #3182bd);
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.2s ease, background 0.2s ease;
}

.password-toggle-btn:hover {
    color: var(--myryda-blue-4, #1e4a8a);
    background: rgba(37, 99, 184, 0.12);
}

.password-toggle-hide { display: none; }

.login-container .captcha-container {
    margin: 0 0 16px;
    padding: 10px 12px;
    background: var(--input-bg);
    border-radius: 6px;
    border: 1.5px solid var(--input-border);
    width: 100%;
    max-width: none;
}

.login-container .captcha-label {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text-muted);
}

.login-container .slider-track {
    height: 34px;
    border-radius: 999px;
    background: #ffedd5;
}

.login-container .slider-progress {
    border-radius: 999px;
    background: linear-gradient(90deg, #fed7aa 0%, #fdba74 55%, #fb923c 100%);
}

.login-container .slider-button {
    width: 34px;
    height: 34px;
    font-size: 14px;
    background: linear-gradient(135deg, #fdba74 0%, #f97316 100%);
    box-shadow: 0 4px 10px rgba(249, 115, 22, 0.22);
}

.login-container .slider-button:hover {
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
}

.login-container .slider-button.verified {
    background: linear-gradient(135deg, #fb923c 0%, #f97316 100%) !important;
}

.login-container .slider-text {
    font-size: 0.68rem;
    left: 42px;
    color: #c2410c;
}

.login-container .slider-text.verified {
    color: #ffffff;
    font-weight: 600;
}

.login-container .captcha-status {
    margin-top: 8px;
    padding: 6px 10px;
    font-size: 0.72rem;
    border-radius: 4px;
}

.btn {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 3px;
    font-size: 0.88rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
    box-sizing: border-box;
    min-height: 44px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--myryda-blue-1, #4d9ae8) 0%, var(--myryda-blue-3, #2563b8) 60%, var(--myryda-blue-4, #1e4a8a) 100%);
    color: #fff;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 24px rgba(37, 99, 184, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:hover:not(:disabled) {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(37, 99, 184, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary:active:not(:disabled) {
    filter: brightness(1);
    transform: translateY(0);
    box-shadow: 0 6px 18px rgba(37, 99, 184, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:focus-visible {
    outline: none;
    box-shadow:
        0 8px 24px rgba(37, 99, 184, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 3px rgba(37, 99, 184, 0.22);
}

.login-container form .btn-primary {
    width: 100%;
    max-width: none;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 0;
    padding: 9px 22px;
    font-size: 0.9rem;
    min-height: 38px;
    border-radius: 999px;
}

.btn-primary:disabled {
    cursor: wait;
    opacity: 0.92;
}

.btn-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: loginBtnSpin 0.7s linear infinite;
    flex-shrink: 0;
    display: none;
}

.btn-primary.is-loading .btn-spinner {
    display: inline-block;
}

.btn-primary.is-loading .btn-label {
    opacity: 0.85;
}

@keyframes loginBtnSpin {
    to { transform: rotate(360deg); }
}

.login-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: color-mix(in srgb, var(--neu-surface) 92%, transparent);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.login-loading-overlay.is-visible {
    display: flex;
}

.login-loading-card {
    text-align: center;
    max-width: 280px;
}

.login-loading-spinner {
    width: 42px;
    height: 42px;
    margin: 0 auto 14px;
    border: 3px solid rgba(37, 99, 184, 0.14);
    border-top-color: var(--myryda-blue-2, #3182bd);
    border-radius: 50%;
    animation: loginBtnSpin 0.75s linear infinite;
}

.login-loading-card strong {
    display: block;
    font-size: 0.92rem;
    color: var(--text-dark, #1e293b);
    margin-bottom: 6px;
}

.login-loading-card span {
    font-size: 0.8rem;
    color: var(--text-muted, #64748b);
    line-height: 1.45;
}

.notification {
    padding: 11px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
    font-size: 0.83rem;
    font-weight: 500;
    line-height: 1.45;
}

.notification.success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid rgba(5, 150, 105, 0.25);
    border-left: 4px solid #10b981;
}

.notification.error {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid rgba(197, 48, 48, 0.28);
    border-left: 4px solid #e53e3e;
}

.config-links-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 10px;
    margin-top: 12px;
}

.config-links-sep {
    color: #94a3b8;
    user-select: none;
    font-weight: 700;
    font-size: 0.82rem;
}

.link-login-sample-inline {
    color: var(--myryda-blue-2, #3182bd);
    font-size: 0.80rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.link-login-sample-inline:hover {
    color: var(--myryda-blue-4, #1e4a8a);
}

/* Panel kanan — ilustrasi & promo (mirip BEECLOUD, posisi terbalik) */
.illustration-side {
    flex: 1;
    min-width: 0;
    height: 100%;
    min-height: 0;
    background: linear-gradient(160deg, var(--myryda-blue-1, #4d9ae8) 0%, var(--myryda-blue-2, #3182bd) 35%, var(--myryda-blue-3, #2563b8) 65%, var(--myryda-blue-4, #1e4a8a) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 24px;
    position: relative;
    overflow: hidden;
}

.illustration-side::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -10%;
    width: 130px;
    height: 120%;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0 60% 60% 0 / 0 40% 40% 0;
    pointer-events: none;
}

.illustration-side::after {
    content: '';
    position: absolute;
    left: -30px;
    top: -5%;
    width: 80px;
    height: 110%;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 0 50% 50% 0 / 0 30% 30% 0;
    pointer-events: none;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    z-index: 0;
}

.deco-circle-1 { width: 200px; height: 200px; bottom: -60px; right: -60px; }
.deco-circle-2 { width: 120px; height: 120px; bottom: 20px; right: 80px; background: rgba(255,255,255,0.05); }
.deco-circle-3 { width: 60px; height: 60px; top: 30px; right: 30px; background: rgba(255,255,255,0.09); }
.deco-circle-4,
.deco-dot,
.wave-shape,
.illus-organic,
.illus-wave { display: none !important; }

.illustration-content {
    text-align: center;
    color: #ffffff;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: min(580px, 90%);
    min-height: 0;
    flex: 0 1 auto;
    margin: auto 0;
    gap: 6px;
    overflow: hidden;
}

.illustration-content h1 {
    font-size: clamp(1.55rem, 3vh, 2.15rem);
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.06em;
    line-height: 1.2;
    flex-shrink: 0;
}

.illustration-content h1::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: rgba(255,255,255,0.50);
    border-radius: 2px;
    margin: 8px auto 10px;
}

/* Kartu putih ilustrasi — prioritas ruang untuk gambar */
.illustration-carousel {
    width: 100%;
    flex: 0 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.illustration-slide {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
}

.illustration-slide.is-active {
    display: flex;
    animation: illusSlideIn 0.45s ease;
}

@keyframes illusSlideIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.illustration-card {
    width: 100%;
    flex: 0 0 auto;
    max-height: min(calc(100dvh - 280px), 52vh);
    margin: 0 0 8px;
    padding: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow:
        0 12px 36px rgba(0, 0, 0, 0.14),
        0 4px 12px rgba(0, 0, 0, 0.06);
    line-height: 0;
    overflow: hidden;
}

.illustration-card img {
    width: 100%;
    height: auto;
    max-height: min(calc(100dvh - 280px), 52vh);
    display: block;
    border-radius: 0;
}

.illustration-slide-title {
    margin: 0 0 6px;
    font-size: clamp(1rem, 2vh, 1.2rem);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

.illustration-slide-desc {
    font-size: clamp(0.84rem, 1.6vh, 0.94rem);
    color: rgba(255,255,255,0.88);
    line-height: 1.45;
    margin: 0;
    max-width: 460px;
    text-align: center;
    flex-shrink: 0;
}

.illustration-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 8px;
    flex-shrink: 0;
}

.illustration-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.illustration-dots button.is-active {
    background: #ffffff;
    transform: scale(1.15);
}

.illustration-dots button:hover {
    background: rgba(255,255,255,0.65);
}

.letter-m, .letter-y1, .letter-r, .letter-y2, .letter-d, .letter-a {
    font-weight: 800;
    text-shadow:
        0 0 1px rgba(255, 255, 255, 0.85),
        0 1px 3px rgba(0, 0, 0, 0.65),
        0 4px 10px rgba(0, 0, 0, 0.45),
        0 8px 20px rgba(0, 0, 0, 0.25);
}
.letter-m { color: #ff8800; }
.letter-y1 { color: #ea4335; }
.letter-r { color: #fbbc05; }
.letter-y2 { color: #22c55e; }
.letter-d { color: #ec4899; }
.letter-a { color: #10b981; }

@media (max-width: 900px) {
    body {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login-wrapper {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        overflow: visible;
    }

    .login-container {
        flex: none;
        width: 100%;
        height: auto;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding: 40px 28px;
    }

    .login-container > .login-loading-overlay {
        max-width: none;
    }

    .illustration-side {
        height: auto;
        min-height: auto;
        padding: 40px 28px 48px;
    }

    .illustration-content {
        height: auto;
        max-width: min(560px, 94%);
    }

    .illustration-card {
        flex: none;
        max-height: none;
        padding: 0;
    }

    .illustration-card img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .login-container { padding: 32px 22px; }
    .illustration-side { padding: 32px 20px 40px; }
    .login-brand-logo { max-height: 44px; }
    .form-group { margin-bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .btn { transition: none; }
    .btn:hover { transform: none; filter: none; }
    .illustration-slide.is-active { animation: none; }
    .page-bg-panel .page-deco-circle,
    .page-bg-panel .page-deco-ring,
    .page-bg-panel .page-deco-dot { animation: none !important; }
}
