@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);


.parent-otp-container{

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.nav-icons{
  display: none;
}
.backButton{
  display: flex;
}
.otp-container {
  max-width: 400px;
  width: 100%;
  /* padding: 24px;
  border-radius: 10px; */
  /* background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.08); */
}

.otp-container-heading{
  font-family: Lato;
font-weight: 900;
font-style: Black;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 4.5%;
color: #334155;
padding: 10px 0px 20px 0px;

}
.otp-verification-head{
  font-family: Lato;
font-weight: 900;
font-style: Black;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 4.5%;
color: #202936;
padding-bottom: 20px;

}


.input-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 24px;
}

h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.otp-text {
font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
color: #5E6B71;

}

.phone-number {
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #2477B9;

}

.otp-boxes {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.otp-boxes input {
  width: 44px;
  height: 44px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border 0.3s ease;
}

.otp-boxes input:focus {
  border-color: #1a73e8;
  outline: none;
}

.resend-text {
font-family: Lato;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #334155;
padding-bottom: 30px;

}

.otp-btn {
  width: 100%;
  padding: 14px;
  background-color: #FF7A00;
  border: 1px solid #FF7A00;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.otp-btn:hover {
  background-color: #FF7A00;
}
.resendCode{
  font-family: Lato;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: 0%;
text-decoration-thickness: 0%;
color: #116DB6;

}

/* Responsive */
@media (max-width: 991px) {
  .parent-otp-container{
padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .otp-boxes input {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .otp-btn {
    font-size: 15px;
    padding: 12px;
  }
}
