
  @media (max-width: 991.98px) {
    .half .bg {
      height: 200px; } 
  }
   
  .otp-field {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .otp-ngt {
    margin: 34px;
  }

  
  .otp-field input {
    margin: 2px;
    transition: all 0.1s;
  
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity));
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
    border-color: #0000002b;
    border-width: 1px;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
  }
  
  .otp-field input:focus {
    border: 1px solid #004b8c;
  }
  
  .otp-field .disabled {
    opacity: 0.5;
  }

  
.login_rw { 

  margin-top: 78px;

}
 
 

.resendotpbuttonhide {
  opacity: 0.5;
  pointer-events: none;
}

.empty-cart-message {
  font-size: 18px;
  color: #FF6347;
  text-align: center;
  margin-top: 20px;
  padding: 136px;
  font-weight: bold;
}

.empty {
  margin: 12px;
}
   