Hi @yadav.himanshu​
Welcome to the LastPass Community.
In the LastPass browser extension setting you may need to activate Respect Autocomplete=off , as outlined in this support article.
add autocomplete="do-not-autofill" and css
input[autocomplete="do-not-autofill"] + div[data-lastpass-icon-root] {
opacity: 0 !important;
}