Verification Form
Please enter your details to continue.
}
#hmsf_MHTv4W4w .hmsf-inputPill{
padding-left:16px !important;
padding-right:16px !important;
padding-top:0 !important;
padding-bottom:0 !important;
}
/* اگر کہیں inputLine بھی ہے (Step1 email/password) */
#hmsf_MHTv4W4w .hmsf-inputLine{
padding-left:2px !important;
padding-right:2px !important;
}
/* 🔒 Password row with icon + eye */
.hmsf-passRow{
display:flex;
align-items:center;
gap:10px;
height:56px;
border-bottom:1px solid #CFCFCF; /* same underline style */
}
.hmsf-passIcon{
font-size:18px;
line-height:1;
}
.hmsf-passInput{
flex:1;
height:56px;
border:0 !important;
outline:none !important;
background:transparent !important;
font-size:16px;
font-weight:700;
color:#111;
}
.hmsf-passInput::placeholder{
color:#7A7A7A;
}
/* Eye button */
.hmsf-eyeBtn{
height:36px;
width:44px;
border:1px solid #CFCFCF;
border-radius:12px;
background:#fff;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
padding:0;
}
/* Mobile browsers میں placeholder اوپر نیچے misalign ہوتا ہے—یہ fix */
#hmsf_MHTv4W4w input.hmsf-inputPill,
#hmsf_MHTv4W4w input.hmsf-inputLine{
line-height:56px !important; /* height کے مطابق */
}