  body, html {
    background: #ded8c9;
}
body.login div#login h1 a {
	background-image: url('https://mitchellhamline.edu/wp-content/themes/mhsl/images/mhls-logo-200.png');
    background-size: contain;
    background-position: center top;
    height: 33px;
    width: 200px;
    text-indent: 0px;
    padding-top: 100px;
    margin: 0 auto;
}
#login form .aadsso-login-form-text  {
 	background-image: url('https://secure.aadcdn.microsoftonline-p.com/dbd5a2dd-1mv9s-sgh1qphwcqzyiubhmvtx8ebo-nv95cmj7gn7m/logintenantbranding/0/illustration?ts=636070571727889699?ts=');
 	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 1em 0;
 }
#login form .aadsso-login-form-text a {
 	color: #fff;
 }
.aadsso-login-form-text a:first-child {
	background-color: #94021c;
	background-image: url('https://mitchellhamline.edu/wp-content/themes/mhsl/images/mhls-logo-200-white-with-margins.png');
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
    display: block;
    padding: 78px 9px 9px 9px;
    width: 150px;
    margin: 0 auto;
    text-decoration: none;
    border-color: #5D0024;
    border-radius: 9px;
    font-weight: bold;
    line-height: 1.25em;
}
.aadsso-login-form-text a:hover {
	background-color: #254c78;
    border-color: #162C53;
}
.aadsso-login-form-text + .forgetmenot + .submit #wp-submit {
	background: #484d55;
    border-color: #484d55;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}