/**
 * Styles for the local_loginaltcha standalone login page.
 *
 * The page itself is rendered entirely through core's own core/loginform
 * template (see classes/output/login.php), so no page-level layout styles
 * are needed here - only minor spacing for the ALTCHA widget itself.
 */

.local-loginaltcha-widget {
    display: block;
    width: 100%;
}
