:root {
  --blue: #0873bd;
}

.erp-brand > img {
  width: 190px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}

.erp-brand.login img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  padding: 0;
}

.remember input,.check input,.switch input,.schedule-grid input[type="checkbox"],.menu-grid input[type="checkbox"] {
  width: auto;
}

.about-head > img {
  width: 210px;
  height: 86px;
  object-fit: contain;
}

.collapsed .erp-brand > img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: left;
  padding: 3px;
}

@media (max-width: 560px) {
  .about-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-head > img {
    width: 100%;
  }
}
