Different logo on Navbar and Login

Hello

I’m trying to customise the Login page with a custom image.

Desk > Website > Website Settings >
	Home > Login Page >
		App Name		: MyAppName
		App Logo		: Logo-full.png (set to public)
	Navbar > Banner HTML
		<style>
			.page-card-head img {
				max-height: 200px;
			}
		</style>

This works as expected.
However, it also applies the same image to the Navbar, at the top-left, which is not required.
I then try to apply a specific, more suited, image to the Navbar.

Desk > Awesomebar > Navbar Settings >
	Application Logo	: Logo-crop.png (set to public)

However this image is ignored and the above App Logo is applied.

How can I have separate images for the Login and Navbar?