/* NFPortal — overrides for the Star Admin 2 Pro light/vertical theme.
 *
 * This file is referenced from Homepage/login.latte and ResetPassword.latte
 * via <link rel="stylesheet" href="{$basePath}/css/custom_light.css"> and
 * was previously missing (silent 404). Add custom rules here.
 */

/* Login & reset-password split layout — keep the background image
 * centered as the half-pane width grows, so the bitcoin in the middle
 * of the photo stays visible across viewport sizes. Upstream rule
 * declares only `background-size: cover` (and defaults to top-left
 * positioning), which crops the centerpiece off-screen on wide layouts.
 */
.auth .login-half-bg,
.auth .register-half-bg,
.auth.lock-full-bg {
    background-position: center center;
    background-repeat: no-repeat;
}
