.container2 {
    width: 100%;
    max-width: 30rem !important;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    backdrop-filter: blur(1rem);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 3rem 4rem;
    color: #fff;
    background-color: #fff;
    margin-top: 30px;
    background-position: center;
    display: grid;
  }

  h6 {
    font-size: 1.6rem;
    text-align: center;
    color: black;
    padding-top: 10px;
  }

  .input-boxfull {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 10px 0;
  }

  .input-boxfull input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    background-color: rgb(228, 229, 247);
    padding: 0.5rem 2rem;
  }

  .input-boxfull input::placeholder {
    color: #fff;
  }

  .input-boxfull i {
    position: absolute;
    right: 2rem;
    top: 130%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }

  .input-boxmob {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
    margin-top: 55px;
  }

  .input-boxmob input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    background-color: rgb(228, 229, 247);
    padding: 0.5rem 2rem;
  }

  .input-boxmob input::placeholder {
    color: #fff;
  }

  .input-boxmob i {
    position: absolute;
    right: 2rem;
    top: 140%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }

  .input-boxem {
    position: relative;
    width: 100%;
    height: 50px !important;
    margin: 30px 0;
    margin-top: 55px;
  }

  .input-boxem input {
    width: 100%;
    height: 50px !important;
    background: transparent;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    background-color: rgb(228, 229, 247);
    padding: 0.5rem 2rem;
  }

  .input-boxem input::placeholder {
    color: #fff;
  }

  .input-boxem i {
    position: absolute;
    right: 2rem;
    top: 130%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
  .input-boxpass {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
    margin-top: 35px;
  }

  .input-boxpass input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 1rem;
    color: black;
    background-color: rgb(228, 229, 247);
    padding: 0.5rem 2rem;
  }

  .input-boxpass input::placeholder {
    color: #fff;
  }

  .input-boxpass i {
    position: absolute;
    right: 2rem;
    top: 130%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }

  .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    margin: -1.5rem 0 1.5rem;
    padding-top: 40px;
  }

  .remember-forgot label input {
    accent-color: #fff;
    margin-right: 3px;
  }

  .remember-forgot a {
    color: black;
    text-decoration: none;
    padding-top: 15px;
  }

  .remember-forgot a:hover {
    text-decoration: underline;
  }

  input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-textfield-decoration-container {
  display: none;
}

  .btnf {
    width: 100%;
    height: 2.6rem;
    background: #fff;
    border: none !important;
    outline: none !important;
    border-radius: 4rem !important;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    margin-top:28px;
    background-color: rgb(243 78 47) !important;
    font-weight: 600;
  }

  .btnf:hover {
    width: 100%;
    height: 2.6rem;
    /* background: #fff; */
    border: none;
    outline: none;
    border-radius: 4rem;
    cursor: pointer;
    font-size: 1.0rem;
    color: #fff;
    background-color: rgb(243 78 47);
    font-weight: 600;
  }
 

  label {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 15px;
    color: black;
  }

  .hidden {
    display: none;
  }
  /* Modal Styles */
  /* Modal background */
  .modal {
    display: block !important; /* Ensure the modal is visible */
    position: fixed !important;
    z-index: 1 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Modal background */
  }
  
  .modal-content {
    background-color: white;
    margin: 10% auto !important;
    padding: 20px;
    border: 1px solid #888;
    width: 800px !important;
    border-radius: 10px;
    position: relative;
    text-align: center;
  }
  
  .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .email-data p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px !important;
  }
  
  .input-box3 {
    margin: 20px 0;
    position: relative;
  }
  
  .input-box3 label {
    font-size: 12px;
    color: #888;
    text-align: left;
    display: block;
    margin-bottom: 5px;
  }
  
  .email-input {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .email-input input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 10px;
    background-color: #f0f0ff;
    outline: none;
  }
  
  .email-input i {
    position: absolute;
    right: 10px;
    color: #888;
  }
  
 
  .email-data {
    font-size: 10px;
  }


  /* Add this CSS in your stylesheet */
/* Full-page loader */
.loader-overlay {
    position: fixed; /* Sticks to the entire viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* High z-index to stay above everything */
  }
  
  /* Spinner */
  .spinner {
    border: 6px solid #f3f3f3; /* Light gray */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  