.login-pf body {
    background: transparent;
}

div.ush-logo-text {
    background: url(../img/USH_RVB.jpg);
    background-size: 120px;
    background-repeat: no-repeat;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.login-pf-footer {
	background: url(../img/pattern.png) repeat top left #E7392E;
	height: 120px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1000;
	/* Kept to restore original ush look just in case */
    /*
    margin-top: 30px; 
    border: 1px solid red;
    */
}