#nameId,#emailId,#numberId,#bDayId,#loginName,#otp1,#otp2,#otp3,#otp4{
    font-size: 12px;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none;
}
#otp1,#otp2,#otp3,#otp4{
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#nameId:-webkit-autofill,
#emailId:-webkit-autofill,
#numberId:-webkit-autofill,
#loginName:-webkit-autofill,
#bDayId:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

#nameId:-webkit-autofill:focus,
#emailId:-webkit-autofill:focus,
#numberId:-webkit-autofill:focus,
#loginName:-webkit-autofill:focus,
#bDayId:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}
