#app #login h1 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px !important;
}


#app #login {
  position: relative;
}

#app #login form::after {
  content: "This system is provided exclusively for authorized Agitron partners and distributors. Unauthorized access or use is prohibited. Access requests are handled by your Agitron account manager. © 2015–2026 Agitron d.o.o. All rights reserved. Specifications, features, and content are subject to change without notice. All trademarks, product names, and logos are the property of their respective owners.";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);

  margin-top: 28px;
  padding: 0 16px;

  width: min(92vw, 760px);
  max-width: 760px;

  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.75;
}


#app #login img {
  width: 200px;
  height: auto;
  max-width: none;
}