/* Lodgepal admin/auth branding tweaks for the AdminLTE logo image. */

/* Auth logo badge.
   The logo image ships with a solid green background (its wordmark is white),
   so it can't sit transparent on the light auth pages. Round the corners and
   lift it off the page so the green reads as an intentional brand badge rather
   than a cropped rectangle. Scoped to the auth screens only — the admin
   sidebar brand is untouched. */
.login-logo img,
.register-logo img {
    height: 64px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Preloader.
   The same wide logo lockup looks squashed inside the small circular
   preloader. Crop to the left icon area (object-position: left) and cover the
   circle so only the house mark shows — the wordmark is hidden. */
.preloader img {
    object-fit: cover;
    object-position: left center;
}
