/* Hide edition field from registration page */
.HUB_ProfilePage_CustomRegField--loftwareEdition { display: none; }

/* Hide the built-in registration link */
.login-forgot-password :nth-child(1) {
visibility: hidden !important; 
}

/* Registration page: “Log in here”  more prominent and separated */
.FooterLinkWrapper-sc-6aa8a12-1.cGBeSz a[href="/login"] {
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  display: inline-block !important;
  padding: 2px 0 !important;
  text-decoration: none !important;
  margin-top: 30px !important;
}