.logo-fix-size {
  max-height: 100px !important;
  max-width: 280px !important;
  width: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.authImage {
  position: relative;
}

.authImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 64, 78, 0.4);
  z-index: 0;
}

.authImage > * {
  position: relative;
  z-index: 1;
}
