.v5-quick .btn.login,
.v5-footer .tab-item[data-login-entry-fixed="1"] {
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
}

.v5-quick .btn.login:active,
.v5-footer .tab-item[data-login-entry-fixed="1"]:active {
  transform: scale(.97);
}
