/* custom-login.css */
body.login {
    background: #f7f7f7!important;
}
.login h1 a {
    /* Your styles for the login page title */
   
}

a.wp-login-lost-password,.login #backtoblog a ,.language-switcher{
    display: none;
}