/* ================================================================
   UserLogin.aspx — Login Page Styles (English / LTR)
   ================================================================
   Defines the tg-util-* classes used in the login form layout,
   avatar header, gem divider, and sign-up prompt.
   ================================================================ */

/* ── Main content section ──────────────────────────────────────── */
.tg-util-3ea6f51cd9 {
    padding: 40px 0 60px;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.65)),
                url('../../../assets/img/bg1.jpg') center/cover no-repeat fixed;
}

/* ── Contact info / marketing card ─────────────────────────────── */
.tg-util-e51f494250 {
    padding: 24px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
}

/* ── Login box wrapper ─────────────────────────────────────────── */
.tg-util-2ca0b984e0 {
    padding: 32px 28px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

/* ── Avatar header (icon + title) ──────────────────────────────── */
.tg-util-63dbf5319a {
    text-align: center;
    margin-bottom: 8px;
}

.tg-util-63dbf5319a h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #334155;
    margin: 10px 0 0;
}

/* ── Avatar image ──────────────────────────────────────────────── */
.tg-util-0cbd885e3f {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
    opacity: 0.85;
}

/* ── Gem divider spacing ───────────────────────────────────────── */
.tg-util-76bf2266ec {
    margin: 12px 0 20px;
}

/* ── Divider lines ─────────────────────────────────────────────── */
.tg-util-7c40ad6c4a {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

/* ── Sign-up prompt ────────────────────────────────────────────── */
.tg-util-a3970b9f8a {
    font-size: 0.88rem;
    color: #64748b;
    display: inline-block;
    margin-left: 6px;
}

.tg-util-a3970b9f8a strong {
    color: #2e8795;
}

.tg-util-a3970b9f8a strong a {
    color: #2e8795;
    text-decoration: underline;
}
