.content-wrapper .login-page {
    margin-top: 0px;
    margin-left: 91px;
    width: 418px;
    height: 33px;
    background: url('../img/cs/rcrm_login_h1.png') no-repeat;
}

.content-wrapper .lost-password {
    margin-top: 0px;
    margin-left: 150px;
    width: 270px;
    height: 33px;
    background: url('../img/cs/lost-password.png') no-repeat;
}
.content-panel .submit-button.login-button input {
    background-image: url(../img/cs/login-submit-bg.png);
    width: 145px;
}
.content-panel .submit-button.lost-password-button input {
    background-image: url(../img/cs/lost-password-submit-bg.png);
    width: 185px;
}
.content-panel .submit-button.back-to-login-button {
    padding-left: 100px;
}
.content-panel .submit-button.back-to-login-button a {
    background: url(../img/cs/back-to-login-page.png) no-repeat;
    display: block;
    height: 47px;
    width: 310px;
}
.content-panel .submit-button.back-to-login-button a:hover {
    background: url(../img/cs/back-to-login-page.png) 0px -48px no-repeat;
}