/*!
 * Login page stying. This also manages the logo declaration 
 *
 * @link https://codex.wordpress.org/Customizing_the_Login_Form
 *   
*/
#login h1 a, 
body.login h1 a {
     background-image: url('https://inclusive.sd68.bc.ca/wp-content/uploads/2024/09/NLPS_logo_430.png');
     width: 230px;
     height: 101px;
     background-size: 230px 101px;
     background-repeat: no-repeat;
     margin-bottom: 1em;
}
body.login {
     background-color: #f8f8f8;
}
input#wp-submit {
     background-color: #7e2831;
     border: 0;
}
input#wp-submit:hover {
     background-color: #2a2a2a;
}
a.wp-login-lost-password {
    display: none !important;
}
#loginform #nav,
.wp-login-lost-password {
    display: none!important;
}