/* One owner for auth motion: no nested fadeUp competing with FLIP on Safari. */
[data-cp-if="isLogin"] > [data-screen-label] { animation:none !important; }
[data-cp-if="isLogin"] button {
  transition:background-color 160ms ease-out,color 160ms ease-out,
    border-color 160ms ease-out,opacity 160ms ease-out,scale 160ms ease-out;
}
@media(prefers-reduced-motion:reduce) {
  [data-cp-if="isLogin"] button {transition-duration:70ms;}
}
