/* Identidad oficial ISEPRI: reemplaza el monograma temporal por el logotipo real. */
.login-brand .brand-mark,
.sidebar .sidebar-brand .brand-mark.small {
  background-color: transparent !important;
  background-image: url('/logo-isepri.webp') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  color: transparent !important;
  text-shadow: none !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.login-brand .brand-mark {
  width: 150px !important;
  height: 150px !important;
  border-radius: 0 !important;
  margin-bottom: 18px !important;
}

.sidebar .sidebar-brand .brand-mark.small {
  width: 64px !important;
  height: 64px !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .login-brand .brand-mark {
    width: 118px !important;
    height: 118px !important;
  }
}
