/* Login credentials are inherently mandatory. Keep native required semantics
   while suppressing Evident's redundant visible marker on this surface. */
.login-card .login-field--implicit-required > .ev-caption::after {
    content: none !important;
}
