


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
      body {
        font-family: sans-serif;
        background-color: #fff;
        color: #212023;
      }
      /* .container-wrapper {
      width: 100%;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    } */
      header {
        padding: 1rem;
        text-align: center;
        border-bottom: 1px solid #eee;
        justify-content: start;
      }
      header img {
        height: 40px;
      }
      .form-wrapper {
        padding: 2rem 1rem;
        flex: 1;
      }
      .form-wrapper::-webkit-scrollbar {
  display: none;
}
      .btn-custom {
        background-color: #f4c91d;
        color: #212023;
        font-weight: 600;
      }
      .btn-custom:hover {
        background-color: #e3b816;
      }
      .otp-input {
        width: 2.8rem;
        height: 3rem;
        font-size: 1.5rem;
        text-align: center;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 0.5rem;
        background-color: #efefef !important;
      }
     .hiddingForm {
  display: none;
  transform: translateX(100%);
  opacity: 0;
}

.onresponsiveText{
  font-size: 2rem !important;
}



@media (max-width: 768px) {
  

  label{
    font-size: 0.8rem;
  }
  .FormMainDiv{
    margin-top: 1rem !important;
  }
   #signInBtn, #joinNowBtn{
    font-size: 0.8rem !important;
   }
  .guestButton{
    width: fit-content !important;
    font-weight: bold !important;
    font-size: 0.8rem !important;
  }
.OTPformheight{
  margin-top: 1rem !important;
  min-height: 80vh;
}
.onresponsiveText{
  font-size: 1.2rem !important;
  text-align: center;
}
.onresponsiveText2{
    font-size: 0.8rem !important;
    text-align: center;
}

  #sign-in{
    margin-top: 3rem;
  }
  #sign-up{
     margin-top: 1rem;
  }
  .lightLinkText{
    font-size: 0.7rem !important;
  }

  header {
    justify-content: center !important;
  }

  header img {
    height: 28px; /* smaller logo height on mobile */
  }

  .form-control {
    font-size: 0.9rem; /* reduce input font size on mobile */
  }
.otpFormWrapper{
  gap: 1rem !important;
  align-items: center;
  margin: 0.4rem !important;
}
  .form-wrapper {
    width: 98% !important;
    padding: 0.5rem !important;
    gap: 2rem !important;
  }

  input{
    font-size: 0.8rem;
  }
  .otp-input {
    width: 2.2rem;
    height: 2.6rem;
    font-size: 1.2rem;
  }

  h2.fs-1 {
    font-size: 1.5rem !important;
  }

  .btn.display-5 {
    font-size: 1rem !important;
  }
}

