#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;
  }
}


.forgot-container {
    max-width: 400px;
    margin: 100px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

    .forgot-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .forgot-container input {
        width: 100%;
        padding: 12px;
        margin: 12px 0;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .forgot-container button {
        width: 100%;
        padding: 12px;
        background: #007bff;
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 16px;
    }

        .forgot-container button:hover {
            background: #0056b3;
        }


#logo {
    position: fixed;
    top: 58%;
    left: -5%;
    transform: translate(-50%, -50%);
    height: 539px;
    width: 500px;
    border-radius: 0px;
    z-index: 1;
    background-image: url('https://storage.googleapis.com/helpdeskimages/images/4(Class%20Automate)%20Updated%20Logo%20%20(plain).png');
    transform: scale(.3);
    background-size: 105%;
}

#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: 58%;
        left: -15%;
        transform: translate(-50%, -50%);
        height: 539px;
        width: 500px;
        border-radius: 0px;
        z-index: 1;
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/4(Class%20Automate)%20Updated%20Logo%20%20(plain).png');
        transform: scale(.2);
        background-size: 105%;
    }
}



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

@media (min-width: 1500px) {
    #logo {
        position: fixed;
        top: 58%;
        left: -5%;
        transform: translate(-50%, -50%);
        height: 539px;
        width: 500px;
        border-radius: 0px;
        z-index: 1;
        background-image: url('https://storage.googleapis.com/helpdeskimages/images/4(Class%20Automate)%20Updated%20Logo%20%20(plain).png');
        transform: scale(.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%;
    }
}



