Idea Delivered! If you are looking to add login images or text to your MAS login screen an approach has been documented on this IBM Idea. I gave it a shot and it works great! The biggest trick is finding a URL to a log that you like. Once you have a log just add it to your MAS 9.0+ CSS customization.
https://ibm-ai-apps.ideas.ibm.com/ideas/MASM-I-894
/* Login page image */
.login-background-image {
background-image:url("https://cdn.prod.website-files.com/5ad4f7d81689b060171b12e4/603576e2098816f154a20b3d_2021-Projetech-Logo.png") ;
background-color: #f3f3f5;
}
/* Login Page Above username and password */
p#x7ynq::after { visibility: visible; content: "MAS 9.0 Testing Environment"; position: absolute; left: 0; top: 0; }
p#x7ynq { visibility: hidden; position: relative; }
#Administration#MaximoApplicationSuite------------------------------
Phil Runion
Projetech
------------------------------