/* Style the form */
#regForm {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 65px; */
    /* margin-bottom: 100px; */
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    width: 82%;
    min-width: 300px;
  }
  .GoToReportsButton{
      position:absolute;
      top:11%;
      left:28%

  }

  /* Style the input fields */
  /* .report-input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  } */

  /* Mark input boxes that gets an error on validation: */
  .report-input.invalid {
    background-color: #ffdddd;
  }

  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  .step8Footer{
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 45%;
    background-color:white;
  }

  /* Make circles that indicate the steps of the form: */
  .step {
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    color: white;
    font-weight: bold;
    justify-content: center;
    font-size: 25px;
    background-color: #9B9B9B;
    width: 40px;
    height: 40px;
    align-items: center;
    text-align: center;
  }

  /* Mark the active step: */
  .step.active {
    opacity: 1;
    background-color: #003459;
    color: white;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #003459;
  }

  /*Gif Loader Style*/
  div.gif-container {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;

  }

  div.gif-container img {
    margin-top: 300px;
    height: 15%;
    position: absolute;
    z-index: 3;
 }

 @media screen and (max-width: 1600px) {
    .GoToReportsButton{
        position:absolute;
        top:11%;
        left:23%
    }
    .step8Footer{
        position: fixed;
        height: 100px;
        bottom: 2%;
        width: 50%;
        background-color:white;
      }


 }
 @media screen and (max-width: 1300px) {
    .GoToReportsButton{
        position:absolute;
        top:11%;
        left:12%
    }
    .step8Footer{
        position: fixed;
        height: 100px;
        bottom: 2%;
        width: 50%;
        background-color:white;
      }


 }
 @media screen and (max-width: 900px) {
    .GoToReportsButton{
        position:static;
        margin-bottom: 1rem;
    }
    .step8Footer{
        position: fixed;
        height: 100px;
        bottom: 2%;
        width: 60%;
        background-color:white;
      }
      .Step8Button{
        margin-top: -1rem;
        width: -webkit-fill-available;
      }
      #regForm {
        width: 100%;
      }

 }

