.customer-login-footer .customer-filing-link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color .16s ease, text-shadow .16s ease;
}

.customer-login-footer .customer-filing-link:hover {
  color: #69d9ca;
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(105, 217, 202, .36);
}

.customer-login-footer .customer-filing-link:focus-visible {
  border-radius: 3px;
  outline: 2px solid #69d9ca;
  outline-offset: 3px;
}
