.logo-cqcr-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.bg-left-image-fill {
  width: 100%;
  height: 400px;
  background-image: url("../img/fondoLogin.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

@media(min-width: 768px) {
  .bg-left-image-fill {
    width: 100%;
    height: 100%;
    background-image: url("../img/fondoLogin.png");
    background-position: center;
    background-size: cover;
    position: relative;
  }
}