/* Login / 2FA · kompaktere vertikale Aufteilung
   Die linke Informationsfläche bleibt bewusst luftig, endet aber früher,
   damit der Login-Bereich näher nach oben rückt. */

body.workspace-pro.auth-page .workspace-auth-aside {
  min-height: 440px;
}

body.workspace-pro.auth-page .workspace-auth-copy {
  margin-top: 44px;
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  body.workspace-pro.auth-page .workspace-auth-aside {
    min-height: 360px;
  }

  body.workspace-pro.auth-page .workspace-auth-copy {
    margin-top: 34px;
    margin-bottom: 18px;
  }
}

@media (max-width: 760px) {
  body.workspace-pro.auth-page .workspace-auth-aside {
    min-height: 0;
  }

  body.workspace-pro.auth-page .workspace-auth-copy {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
