body::before {
  content: "Sign in with ALTERRA";
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  z-index: 9999;
  pointer-events: none;
}

html, body {
  background: linear-gradient(135deg, #0f4c81, #1b6fa8) !important;
}