:root {
    --primary: #9FCA28;
    --bg: #f5f7f9;
    --radius: 14px;
}

html,
body {
    height: 100%;
}

body {
    background: var(--bg);
}

/* Topbar */
.app-topbar {
    background: var(--primary);
    position: sticky;
    top: 0;
    z-index: 30;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.app-topbar .navbar-item {
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

.app-topbar .flow-pos-brand-item {
    overflow: visible;
}

.flow-pos-brand-logo {
    display: block;
    height: 48px;
    max-height: 48px;
    width: auto;
    object-fit: contain;
    transform: scale(1.3);
    transform-origin: left center;
}

/* Layout */
.login-wrap {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.login-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
    overflow: hidden;
}

.login-head {
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.login-title {
    font-weight: 900;
    color: #2f343a;
    font-size: 1.25rem;
    text-align: center;
}

.login-subtitle {
    color: #111;
    margin-top: 6px;
    font-size: .95rem;
    text-align: center;
}

.login-body {
    padding: 18px;
}

.big-input .input,
.big-input .button {
    height: 48px;
    border-radius: 14px;
}

.primary-btn {
    background: var(--primary) !important;
    border-color: transparent !important;
    font-weight: 800;
}

.help-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.help-links a {
    font-size: .95rem;
}

.brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(159, 202, 40, .12);
    color: var(--primary);
    font-weight: 800;
}

.login-head {
    text-align: center;
}

.brand-badge .icon {
    color: var(--primary);
}

.footer-note {
    text-align: center;
    color: #111;
    font-size: .9rem;
    padding: 0 18px 18px;
}

.login-card .help {
    color: #111;
}
