.mulher {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 3vw;
  max-height: 55vh;
}
@media screen and (max-width: 959px) {
  .mulher {
    max-height: 40vh;
  }
}

.homem {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  max-height: 53vh;
}
@media screen and (max-width: 959px) {
  .homem {
    display: none;
  }
}

.tira-esquerda {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  max-height: 27vh;
}
.tira-direita {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 16vh;
  max-height: 43vh;
}
@media screen and (max-width: 959px) {
  .tira-direita {
    display: none;
  }
}

.ourico {
  position: absolute;
  z-index: 2;
  bottom: 63vh;
  left: 19vw;
  max-height: 12vh;
  max-width: 12vw;
}

.alelo {
  position: absolute;
  z-index: 2;
  bottom: 84vh;
  left: 2vw;
  max-height: 11vh;
  max-width: 11vw;
}

.alemoji {
  position: absolute;
  z-index: 2;
  bottom: 66vh;
  left: 7vw;
  max-height: 12vh;
  max-width: 12vw;
}

.pin {
  position: absolute;
  z-index: 2;
  bottom: 43vh;
  left: 2vw;
  max-height: 14vh;
  max-width: 14vw;
}

.estrela {
  position: absolute;
  z-index: 2;
  bottom: 42vh;
  left: 24vw;
  max-height: 11vh;
  max-width: 11vw;
}

.veloe {
  position: absolute;
  z-index: 2;
  bottom: 2vh;
  left: 25vw;
  max-height: 13vh;
  max-width: 13vw;
}

.coracao {
  position: absolute;
  z-index: 2;
  right: 18vw;
  bottom: 84vh;
  max-height: 10vh;
  max-width: 10vw;
}

.baldinho {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 68vh;
  max-height: 24vh;
  max-width: 24vw;
}

.carro {
  position: absolute;
  z-index: 2;
  right: 17vw;
  bottom: 54vh;
  max-height: 13vh;
  max-width: 13vw;
}

.flor {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 47vh;
  max-height: 12vh;
  max-width: 12vw;
}

.octogono {
  position: absolute;
  z-index: 2;
  right: 23vw;
  bottom: 6vh;
  max-height: 10vh;
  max-width: 10vw;
}

.page-login {
  position: relative;
  z-index: 1;
  width: 36%;
  left: 30%;
  margin-top: 17%;
  padding: 2%;
  background-color: white;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959px) {
  .page-login {
    width: 70%;
    left: 10%;
    margin-top: 30%;
    padding: 5%;
    background-color: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  }
}
.page-login .box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-login .box label {
  font-family: AleloTextoLight;
  color: #230c87;
  font-size: 1.2vw;
  font-weight: bold;
  font-style: italic;
  align-self: flex-start;
}
@media screen and (max-width: 959px) {
  .page-login .box label {
    font-size: 3vw;
  }
}
.page-login .box input {
  border: 0;
  /* background-color: #d7d840 !important; */
  line-height: 1.7vw;
  margin-bottom: 1.1vw;
  margin-top: -0.7vw;
  width: 100%;
  padding: 0.3vw 0;
  font-size: 1.2vw;
  text-transform: uppercase;
  font-family: AleloTextoLight;
  color: black;
  border: solid 1px black;
}
@media screen and (max-width: 959px) {
  .page-login .box input {
    margin-bottom: 3vw;
    margin-top: -2.5vw;
    line-height: 0.5vw;
    padding: 1.2vw 0;
    font-size: 3vw;
    border: solid 1px black;
  }
}
.page-login .box input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
.page-login .btn-enviar {
  cursor: pointer;
  /* margin-left: calc(2.7vw + 0.5vw + 77%); */
  /* margin-top: calc(-2.7vw + -1.1vw); */
  background-color: #00ac84;
  color: white;
  padding: 0.5vw;
  text-align: center;
  border-radius: 0.4vw;
  width: 20%;
  margin-top: 4%;
  font-size: 1.5vw;
}
@media screen and (max-width: 959px) {
  .page-login .btn-enviar {
    font-size: 4vw;
    padding: 0.5vw 2vw;
  }
}
.page-login .obs-login {
  text-align: center;
  width: 100%;
  margin-top: 4%;
  font-size: 1vw;
  font-family: AleloTextoLight;
  color: #230c87;
}
@media screen and (max-width: 959px) {
  .page-login .obs-login {
    margin-top: 6%;
    font-size: 2.5vw;
  }
}

.popup-aviso {
  z-index: 999;
  width: 90%;
  left: 0;
  display: none;
  background-color: #ffcccc;
  border: 0.1vw solid #f00;
  height: 3vw;
  top: 16vw;
  margin-bottom: 2vw;
}
.popup-aviso .fechar {
  position: absolute;
  margin-left: calc(90% - 2.5vw);
  margin-top: 0.5vw;
  background-color: #ffcccc;
  border-radius: 4vw;
  cursor: pointer;
}
.popup-aviso .fechar img {
  width: 2vw;
}
.popup-aviso .texto {
  width: 100%;
  font-size: 3.6vw;
  line-height: 3vw;
  color: #f00;
  text-align: center;
}/*# sourceMappingURL=login.css.map */