.login-page-body { background-color: #dfebe9; /* Sets the background colour */ background-image: url(../images/TESTINGIMAGEProofOFConecpt.png); /* The Location of the image */ background-attachment: fixed; /* Fix the scroll */ background-position: 100% 100%; /* Set the image to the bottom right */ background-repeat: no-repeat; /* Do not repeat the image */ background-size: 500px 500px; /* Set the size of the image */ }