Login Screen - Background Image instead of Background Color

Hi,

is there a way to put image in the background on the left side of the log in screen instead of a background color?
image

Thanks

Are you aware of the co-branding configuration?

Yes. Thats how I have grey color in the background of Login. However, there is no option to add background image.

The co-branding options are deliberately limited. IA want their logo / branding to be apparent.

1 Like

CSS Styling works for me

.login-header span::after {
    content: url('https://graymattersystems.com/wp-content/uploads/2020/10/GrayMatter-Systems-white.png');
    display: block;
}

1 Like

wow! this is great!. Do you put it inside project Advaced Stylesheet?

Yes.
Injected a pseudo-element.

1 Like

can we do anything to the image on the right? its blank