/**
 * Kitsofts-style login for Healthcare index.php (visual only).
 */
body.hc-login-kitsofts {
    margin: 0 !important;
    min-height: 100vh;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

body.hc-login-kitsofts table {
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto;
    border: 0 !important;
}

body.hc-login-kitsofts tr td[colspan],
body.hc-login-kitsofts tr:first-child td {
    background: transparent !important;
}

body.hc-login-kitsofts tr[background],
body.hc-login-kitsofts td[background] {
    background: transparent !important;
}

body.hc-login-kitsofts table[width="100%"] tr:first-child {
    display: none;
}

body.hc-login-kitsofts form#form1 {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px 32px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
    margin: 40px auto;
    max-width: 420px;
}

body.hc-login-kitsofts input[type=text],
body.hc-login-kitsofts input[type=password] {
    width: 100% !important;
    box-sizing: border-box;
    padding: 12px 14px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    color: #1e293b !important;
    margin: 6px 0 12px !important;
}

body.hc-login-kitsofts input[type=text]:focus,
body.hc-login-kitsofts input[type=password]:focus {
    outline: none;
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2) !important;
    background: #fff !important;
}

body.hc-login-kitsofts input[type=submit],
body.hc-login-kitsofts .green_square_button2 {
    width: 100%;
    padding: 14px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer;
    margin-top: 8px;
}

body.hc-login-kitsofts .negrita2,
body.hc-login-kitsofts label {
    color: #475569 !important;
    font-size: 0.9rem;
}

body.hc-login-kitsofts .hc-login-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

body.hc-login-kitsofts .hc-login-brand {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

body.hc-login-kitsofts .hc-login-brand h1 {
    margin: 0 0 6px;
    font-size: 1.75rem;
    font-weight: 700;
}

body.hc-login-kitsofts .hc-login-brand p {
    margin: 0;
    opacity: 0.92;
}
