.fancybox-wrap {
  width: 420px !important;
  max-width: 90vw !important;
}
.fancybox-inner {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
.fancybox-outer {
  width: 100% !important;
  height: auto !important;
}
.identificacao-inner {
  padding: 24px !important;
  box-sizing: border-box;
}
.identificacao-title {
  font-size: 20px !important;
  line-height: 1.4 !important;
  margin: 0 0 16px !important;
}
.identificacao input[type="email"],
.identificacao input[type="text"],
.identificacao input[type="password"] {
  width: 100% !important;
  box-sizing: border-box;
}

.logo a {
  height: 130px;
}

.logo a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .logo a {
    height: 130px;
  }
}
