body {
  color: inherit;
}
.SIApanel {
  padding: 30px !important;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: centre;
  text-align: center;
  line-height: 1.2em;
}
.SIApanel img {
  margin: auto;
  padding: 10px;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: center;
  gap: 1rem;
  grid-auto-rows: 1fr;
}
.logos {
  display: flex;
  justify-content: center;
}
.logos img:hover {
  transform: scale(1.1);
}
.logos img {
  max-width: 180px;
  transition: all 0.2s ease-in-out;
}
.modal-upload-photo {
  top: 30%;
}
.modal-edit-photo img {
  height: 100px;
  overflow: hidden;
}
