h1 {
    margin-bottom: 1rem;
    color: #ffffff;
  }






  .modal-content {
    background-color: #fff;
    color: #000;
    padding: 4px 10px;
    border-radius: 8px;
    /* width: 300px; */
    text-align: center;
  }

  .modal-header1 h5 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    ;
  }

  .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #444;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
  }

  #timer {
    font-size: 16px;
    margin-bottom: 1rem;
    color: red;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .mobile-input input {
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid darkseagreen;
    background-color: #fff;
    color: #000;
    text-align: center;
  }
  .mobile-input input:focus,
  .mobile-input input:focus-visible {
      border: 1px solid darkseagreen;
      background-color: #fff;
      outline: 1px solid darkseagreen; 
  }
  

  #loginModal .modal-dialog {
    max-width: 380px;
    margin: 7rem auto;
  }

  .modal-body {
    padding: 0px !important;
  }

  .getstartedOne {
    width: 90px;
    height: 35px;
    color: #fff;
    background: #1c5fa8;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-family: "Poppins", sans-serif;
  }

  h5 {
    font-weight: 600;
  }