
/* Change the background color */
body.login {
    background-color: #f1f1f1;
}

/* Customize the login form */
#loginform {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Change the logo */
#login h1 a {
    background-image: url('img/logo.png');
    background-size: contain;
    width: 213px;
    height: 80px;
}