.otp-input-wrapper{
display:flex;
justify-content:center;
gap:10px;
}

.otp-cell,
.otpBox{
width:42px;
height:46px;
text-align:center;
font-size:18px;
border:1px solid #ddd;
border-radius:10px;
}

#fpOtpStep,
#fpPasswordStep{
text-align:center;
}

#fpResendBtn{
border:1px solid #ff6a00;
color:#ff6a00;
border-radius:20px;
}