/*!
 * Login page stying. This also manages the logo declaration 
 *
 * @link https://codex.wordpress.org/Customizing_the_Login_Form
 *   
 */

#login h1 a, 
.login h1 a {
        background-image: url('https://field-trips.sd68.bc.ca/wp-content/uploads/2022/09/NLPS_logo_430-2-300x140-1.png');
        width: 320px;
        height: 140px;
        background-size: 320px 140px;
        background-repeat: no-repeat;
}
.login {
        background-color: #edede1;
}