/* Scope the size adjustment to the existing Frappe login form only. */
.for-login .page-card-head img.app-logo {
  width: auto;
  height: auto;
  max-width: 176px;
  max-height: 56px;
  object-fit: contain;
}
