#body {
  background-image: url('https://storage.googleapis.com/helpdeskimages/images/v33_71.png'); 
  background-repeat: no-repeat; 
  background-size: contain;
  overflow: scroll;
  background-image: center;
}

@media only screen and (max-width: 768px) {
  body {
    background-size: contain;
  }
}

#logo {
    position: fixed;
    top: 181px;
    left: 143px;
    transform: translate(-50%, -50%);
    height: 539px;
    width: 539px;
    border-radius: 0px;
    background-image: url('https://storage.googleapis.com/helpdeskimages/images/5(Class%20Automate)%20Updated%20Logo%20(sign%20in).png');
    transform: scale(1.3);
    background-size: 100%;
}

#overlay-background {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 1728px; 
  height: 1117px; 
  z-index: -1;
  background-image: url('https://storage.googleapis.com/helpdeskimages/images/SUPA%20Team%20Assignments%20(Colored%20Film)%20.png'); 
}

#header {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 70px; 
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 1);
  background-image: url('https://storage.googleapis.com/helpdeskimages/images/v33_76.png'); 
}

#title-banner {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 50px; 
  width: 550px; 
  border-radius: 0px; 
  position: fixed;
  color: #00000;
  font-family: "Avenir Next", "Avenir", sans-serif;
   
}

#footer {
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100px;
  border-radius: 0px; 
  box-shadow: 1px 0px 1px 1px rgba(1, 0, 0, 1); 
  padding: 0; margin: 0;
  background-image: url('https://storage.googleapis.com/helpdeskimages/images/v33_77.png');
}

/* Media Query for iPad Pro and large tablets */
@media (max-width: 500px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 114px;*/
        box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 1);
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/v33_76.png');
    }
}

@media (max-width: 1300px) {
    #logo {
        position: fixed;
        top: 119px;
        left: 77px;
        transform: translate(-50%, -50%);
        height: 539px;
        width: 539px;
        border-radius: 0px;
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/5(Class%20Automate)%20Updated%20Logo%20(sign%20in).png');
        transform: scale(1);
        background-size: 100%;
    }
}

@media (max-width: 600px) {
    #logo {
        position: fixed;
        top: 60px;
        left: -63px;
        transform: translate(-50%, -50%);
        height: 539px;
        width: 539px;
        border-radius: 0px;
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/5(Class%20Automate)%20Updated%20Logo%20(sign%20in).png');
        transform: scale(.9);
        background-size: 100%;
    }
}

@media (min-width: 1500px) {
    #logo {
        position: fixed;
        top: 27%;
        left: 18%;
        transform: translate(-50%, -50%);
        height: 539px;
        width: 500px;
        border-radius: 0px;
        z-index: 1;
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/5(Class%20Automate)%20Updated%20Logo%20(sign%20in).png');
        transform: scale(1.3);
        background-size: 105%;
    }
}

@media (min-width: 1500px) {
    #overlay-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 2099px;
        height: 1117px;
        z-index: -1;
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/SUPA%20Login%20Page%20(Colored%20Film)%20.png');
        transform: scale(1.1);
        background-size: 105%;
    }
}
        
