#logo img {
  height: 55px;
}

* {
  font-family: Montserrat;
}

button {
  cursor: pointer !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  padding: 10px;
  font-size: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 0.3rem;
  width: 302px;
  margin: 0 auto 30px auto;
}

input[type=number] {
  -moz-appearance: textfield;
}

.pin-code{ 
  padding: 0; 
  margin: 0 auto; 
  display: flex;
  justify-content:center;
  
} 
 
.pin-code input { 
  border: none;
  text-align: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;

  /* font-size: 36px; */
  background-color: #F3F3F3;
  margin-right: 5px;
} 



.pin-code input:focus { 
  border: 1px solid #319795;
  outline:none;
} 


.pin-code input::-webkit-outer-spin-button,
.pin-code input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.main-login {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.slider {
  display: initial;
  width: 70vw;
  height: 100vh;
}

.slider img {
  width: 70vw;
  height: 100vh;

}

.signin-box {
  display: flex;
  flex-direction: column;
  width: 30vw;
  align-items: center;
  margin: auto;
  padding: 0 30px;
}

.popup-heading {
  font-size: 32px;
  text-align: center;
  color: #1b1a1a;
  padding: 10px 0px 20px;
}

.sign-in-input {
  width: 100%;
  margin-bottom: 30px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.iti {
  width: 100% !important;
}


#chNum {
  cursor: pointer;
  position: relative;
  left: -30px;
  align-items: center;
  display: flex;
  z-index: 1;
}

#s-pwrd {
  width: 297px;
  margin-bottom: 30px;
}

.overlay-slider {
  position: absolute;
  top: 0;
  text-align: left;
  width: 70vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}
.toast-body {
  padding: 0.75rem;
  width: 80%;
}
.toast{
  width: 297px;
}

.next-login-btn {
  padding: 0.5rem 1rem;
  color: #319795;
  border-radius: 0.3rem;
  border: 2px solid #319795;

}

.next-login-btn:hover {
  background-color: #319795;
  color: #fbf7f4;

}

.otp-login,
#loginwith-otp {
  color: #319795 !important;

}

#login-form {
  width: 293px;
  margin: auto;
}

#phone-n-submit {
  display: flex;
  justify-content: flex-end;
}

.overlay-slider h3 {
  font-size: 33px;
  font-family: 'Montserrat';
  font-weight: 550;
}

#otp-n-resend {
  cursor: pointer;
  margin-top: 30px;
}

.WA-desktop {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* gap: 72px; */
}

.or {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.qr-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;

}

.return {
  display: flex;
  justify-content: center;

}

/* .iti__country-list {
  width: 415px;
  overflow-x: hidden;
} */

#go-back {
  width: 50%;
  background-color: black;
  color: white;
  gap: 5px;
}

.qr-label p {
  text-align: center;
}

#s-n-phone {
  width: 293px;
  border: 1px solid #d9d9d9;

}

#l-name {
  margin-bottom: 30px;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.phoneInput {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
  width: 313px;
}

.captcha {
  display: flex;
  justify-content: center;
}



.form-control {
  /* padding: 10px!important; */
  font-size: 20px !important;
}

.WA-desktop button {
  width: 300px;
  background-color: #00cf66;
  padding: 10px;
  border-radius: 0.3rem;
  font-weight: 700;

  border: none;
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#qrcode {
  display: flex;
  justify-content: center;
}

.WA-btn {
  display: flex;
  justify-content: center;
}

.FC {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

#loading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.login-nav-logo {
  position: absolute;
  padding: 15px 34px;
  z-index: 2;
}
.login-nav-logo img{
  width: 100px;
}
.field-icon {
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 2;
}

@media (max-width: 850px) {
  .signin-box {
    width: auto;
  }
  .pin-code input {
    width: 41px;
    height: 41px;
}
  .toast{
    width: 273px;
  }
  .row>* {
    margin-right: 0 !important;
    margin-left: 0 !important;

  }
  .login-nav-logo {
    position: absolute;
    padding: 10px;
    z-index: 2;
    filter: brightness(0);
    /* width: 10px; */
}
.login-nav-logo img{
  width: 100px;
}
  #login-form {
    width: 273px;
    margin: auto;
  }

  .FC {
    display: flex;
    align-items: center;
    flex-direction: row;
}

  .iti {
    width: 100%;
    border: 1px solid #d9d9d9;
    border: none;
  }

  /* #s-n-phone {
    width: 265px;
  } */

  .slider {
    display: none;
  }

  #chNum {
    cursor: pointer;
    width: 100%;
    position: relative;
    left: -29px;
    align-items: center;
    display: flex;
    z-index: 1;
  }

  /* #cc-phone {
    width: 55px;
  } */


  .WA-desktop button {
    width: 273px;
    background-color: #00cf66;
    padding: 10px;
    border-radius: 0.3rem;
    font-weight: 800;
    border: none;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .or {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .captcha {
    display: flex;
    justify-content: center;
    margin-left: 25px;
    margin-top: 29px;
  }
  #s-n-phone {
    width: 273px;
    border: 1px solid #d9d9d9;
}


  #go-back {
    width: 80%;
    background-color: black;
    color: white;
    gap: 5px;
  }

  #s-pwrd {
    width: 273px;
    margin-bottom: 30px;
}
}