/* ODONTOTIP · Tipografía optimizada 2026
   Escala de peso reducida a 400 / 500 / 600 / 700.
   Diseño, layout, colores y comportamiento funcional preservados. */

/* Cloudflare Turnstile para el formulario de inicio de sesión */
.crm-turnstile-wrap {
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    /* Separación respecto a contraseña y botón */
    margin-top: 14px;
    margin-bottom: 18px;
}

.crm-turnstile-wrap .cf-turnstile {
    width: 100%;
    max-width: 100%;
}

.crm-login-button:disabled {
    cursor: not-allowed;
    opacity: 0.68;
    transform: none;
    box-shadow: none;
}

@media (max-width: 380px) {
    .crm-turnstile-wrap {
        justify-content: flex-start;
        margin-top: 12px;
        margin-bottom: 16px;
    }
}
