.greeting-text {
    font-weight: 800;
}

.awz-logo {
    position: absolute !important;
    top: 0% !important;
}

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

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

.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;


}

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


/* Media Query for Large screens */
@media (min-width: 768px) {
    .auth-full-page-content {
        border-radius: 33px 0 0 33px;
    }

}


.quote {
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .quote {
        font-size: 16px;
    }

}

@media screen and (max-width: 768px) {
    .greeting-text {
        text-align: center;
    }



}

@media screen and (max-width: 576px) {
    .greeting-text {
        text-align: center;
    }


}









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

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

  .creator-progress-bar.active {
    background-color: #F05D59;
  }



.googleIcon{
    width: 25px;
    background-image: url(../images/google-logo.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.googleBtn:hover .googleIcon{
    background-image: url(../images/google-white.png);
}
