/* ============ لاپەڕەی چوونەژوورەوە ============ */
body.login-page {
    display: grid;
    place-items: center;
    min-height: 100vh;
    background: linear-gradient(160deg, #16233c 0%, #1b2a4a 55%, #24365c 100%);
    padding: 16px;
}
.login-card {
    width: 100%;
    max-width: 370px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .38);
    overflow: hidden;
    border-top: 5px solid var(--orange);
}
.login-head {
    text-align: center;
    padding: 22px 18px 12px;
}
.login-head img { width: 76px; height: 76px; object-fit: contain; border-radius: 8px; }
.login-head h1 { font-size: 19px; margin: 10px 0 2px; color: var(--navy); }
.login-head p  { font-size: 12.5px; color: var(--text-soft); margin: 0; }
.login-body { padding: 6px 20px 20px; }
.login-body .field { margin-bottom: 11px; }
.login-body .inp { padding: 9px 11px; font-size: 14px; }
.login-foot {
    background: var(--bg-soft);
    padding: 9px;
    text-align: center;
    font-size: 11.5px;
    color: var(--text-soft);
    border-top: 1px solid var(--border);
}
body.login-page .alert {
    position: fixed;
    top: 14px;
    inset-inline: 0;
    margin: 0 auto;
    max-width: 370px;
    z-index: 50;
}

/* ---- ناوی دروستکەر ---- */
.login-foot{
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; gap: 6px; line-height: 1.7;
}
.login-foot .bf-name{ font-weight: 800; letter-spacing: .6px; color: #1b2a4a; }
.login-foot .bf-sep{ opacity: .4; }
.login-foot .bf-tel, .login-foot .bf-web{ color: #5a6779; text-decoration: none; font-weight: 600; }
.login-foot .bf-web{ color: #1f7fd4; }
.login-foot .bf-tel:hover, .login-foot .bf-web:hover{ text-decoration: underline; }
