.auth-full-bg {
    height: 100% !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-signUp {
    background-image: url('../images/login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}








.bg-business-signUp{
    background-image: url('../images/business-signUp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-business-login{
    background-image: url('../images/business-login.jpg');
}

.bg-creator-login{
    background-image: url('../images/creator-login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


}

.auth-full-page-content {
    min-height: 100vh;
}



.quote {
    font-size: 18px;
}








.deviderLine {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
    line-height: 0.1em;
    margin: 10px 0 20px;
 }

 .deviderLine span {
     background:#fff;
     padding:0 10px;
 }


























.step {
    display: none;
  }
  .step.active {
    display: block;
  }
  .progress-bar-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .progress-bar {
    width: 30%;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  .progress-bar.active {
    background-color: #F05D59;
  }

  .user-progress-bar{
    width: 23%;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }

  .food-progress-bar{
    width: 33%;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
  }

  .bar-width{
    width: 12% !important;
  }

  .user-progress-bar.active {
    background-color: #FFC109;
  }

  .food-progress-bar.active {
    background-color: #FFC109;
  }











    /* Media Query for Mobile Devices */
    @media (max-width: 480px) {
       .res-width{
        width: 100%;
       }
    }

