@media (max-width: 768px) {
  .signup_area {
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;  
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .glass-button-send-code {
    padding: 1px 0px;
  }
  .glass-button-explore {
    padding: 1px 115px;
}
.section--padding2 {
    padding: 10px 0 120px;
}
.apple_btn, .google_btn, .facebook_btn {
    width: 40px;
    height: 36px;
}
.social-button {
        gap: 50px;
    }

   .divider {
    margin: 10px;
   } 

}

/* PWA login: scope global mobile fixes only to login pages */
@media (max-width: 768px) {
  body.signup-page .signup_area {
    width: 100% !important;
    max-width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden !important;
  }

  body.signup-page .glass-button-explore {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
