/* The sign-in modal's side image shows WHOLE, never cropped.
   The theme injects background-size:cover inline; !important here outranks it.
   Layer 1 is the theme's dim gradient, layer 2 the artwork — contain + centred,
   letterboxed into the artwork's own black so no seams show. */
.efl-auth-art.has-img{
	background-color:#05060f;
	background-size:100% 100%,contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
