/* Removes the obsolete animated path from the sign-in panel. */
.login-panel-shimmer::after {
  content: none !important;
  animation: none !important;
  display: none !important;
}
