.login-page-body { background-color: #2b2b2b; /* Set the Background colour */ color: white; /* Set the colour of the text */ font-weight: bold; /* Set all the text to be bold */ background-image: url(../images/sky.jpg); /* The iamge location */ background-attachment: fixed; /* Fix the image for scrolling */ background-repeat: no-repeat; /* Do not repeat the image */ background-size: 100% 100%; /* Have the image fill the screen */ background-position: 0px 60px; /* Set an offset of 60 pixels at the top */ } #navbar-text-top-left{ margin-left: 547%; /* Push the text in the sidebar an arbitrary amount right */ } .bg-secondary { background-color: #000 !important; /* Set teh background colour of the sidebar, !important overrides the last value */ }