/** replace the registration link in the footer
  * of public Files webpages with a message for guests
  */
#body-public > footer > p.footer__simple-sign-up > a {
  display: none;
}
#body-public > footer > p.footer__simple-sign-up:after {
  content: 'Guests, please be patient for content loading. Thanks.';
}