/* V23 auth + message finishing tweaks */
@media (max-width: 768px) {
  body.auth-login-page .edv-mobile-bottom-nav,
  body.auth-login-page .edv-mobile-quick-fab,
  body.auth-login-page .edv-chat-bottom-nav,
  body.auth-register-page .edv-mobile-bottom-nav,
  body.auth-register-page .edv-mobile-quick-fab,
  body.auth-register-page .edv-chat-bottom-nav {
    display: none !important;
  }

  body.auth-login-page,
  body.auth-register-page {
    padding-bottom: 0 !important;
  }
}
