I have not tried adding an image, but I have used CSS options in the WYSIWYG to add a unique background color to the login page.
.ustore_Login, .ustore_Login #bodyarea, .ustore_Login #bodyarea .mainareaFullWidth, #fullpage .LoginMaster {
background-color: black;
height: 100vh;
}
-Naomi