How to change the color of bottom strip in login page customization.
One answer
Do you mean the very bottom bit just under the IBM and Rational Software logos? If so, have you look at this class?
.login.jazz-ui-StyledBox > .background > .bottom {
background: url("../jazz.ui/graphics/StyledBox/login-bottom.png") repeat-x bottom left;
}