/* VIT HR login-page branding overrides.
 * Loaded after OrangeHRM's compiled application stylesheet.
 */

/* Remove the stock circular "HR for All" artwork on desktop and mobile. */
.orangehrm-login-logo,
.orangehrm-login-logo-mobile {
  display: none !important;
}

/* Give the VIT HRMS banner enough space to read as the primary identity. */
.orangehrm-login-branding {
  width: min(88%, 680px) !important;
  max-width: 680px !important;
  padding: 1.35rem 1.5rem !important;
}

.orangehrm-login-branding img {
  width: min(100%, 500px) !important;
  max-width: 500px !important;
  max-height: none !important;
  height: auto !important;
}

@media screen and (max-width: 799px) {
  .orangehrm-login-branding {
    width: 100% !important;
    padding: 1.1rem 1rem !important;
    margin-bottom: 1.5rem !important;
  }

  .orangehrm-login-branding img {
    width: 100% !important;
  }
}
