Okay, I reset the IIS and it finally starting working. That's good now!
The next question is: The client seems to only allow a certain size logo. How do I go about changing the main css to let this larger logo fit. The logo looks great in the login screen but won't render to the correct size in the client. I am wanting to do this in order for our employees to know which Docuware instance is the Cloud and which is the on-premise Archive storage.
See attached images for examples
The code:
#loginBox
{
background-image: url('BSDWLogo.png') !important;
background-repeat: no-repeat;
background-size: 400px 55px;
}
.dw-logo
{
background-image: url('BSDWLogo.png') !important;
background-repeat: no-repeat;
background-size: 400px 55px;
}
#loginBox:before, .dw-logo:before {
display: none;
}
https://www.docuware.com/sites/default/files/forums-images/Login.JPG
https://www.docuware.com/sites/default/files/forums-images/client.JPG