/* Simple fix for the specific logo image */
img[src="/storage/images/logo-1753090221.png"] {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
}

/* Double size for login page only */
.view-login img[src="/storage/images/logo-1753090221.png"] {
  width: 240px !important;
  height: 240px !important;
  max-width: 240px !important;
  max-height: 240px !important;
}