.resend-otp-link {
  background: none;
  border: none;
  color: var(--primaryColor);
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.resend-otp-link:hover {
  text-decoration: none;
}
