.login-modern {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 41, 61, .2);
}

.login-modern::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand), white 40%));
}

.login-symbol,
.login-logo {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 18px;
}

.login-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    box-shadow: 0 10px 25px color-mix(in srgb, var(--brand), transparent 65%);
}

.login-logo {
    object-fit: contain;
}

.login-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.login-modern h1 {
    font-size: 30px;
}

.login-modern .field input {
    min-height: 48px;
    background: #f8fafb;
}

.login-modern .btn {
    min-height: 48px;
    margin-top: 10px;
}

.login-help {
    display: block;
    margin-top: 18px;
    text-align: center;
    color: var(--muted);
}

.login-switch { margin-top: 10px !important; color: var(--brand) !important; background: #fff !important; }

@media (max-width: 520px) {
    .login-modern {
        padding: 28px 22px;
    }
}
