.login-page-body { background-color: #ccffd0; /* Sets the background Colour */ background-image: url(../images/grass2.png); /* The URL for the image */ background-attachment: fixed; /* Fix the scrolling */ background-repeat: no-repeat; /* Do not repeat the image */ background-size: 100% 100%; /* Make its size 100% the width of the page and 100% the Height of the page */ background-position: 0px 60px; /* Set an offset 60 pixels from the top (how big the sidebar is, so images dont fall under) */ }