* h1, label {
  font-family: 'Poppins', sans-serif;
}

.container_divs {
  background: #fff;
  display: flex;
  min-height: 100vh;
  display: flex;
}

#efeito {
  width: 85%;
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
}

.esquerda {
  max-width: 40rem;
  width: 100%;
  position: relative;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
}

.img_esquerda {
  background-image: url('../img/pic-2.png');
  min-height: 32.125rem;
  margin: auto 0;
  min-width: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative !important;
  z-index: 1;
}

.esquerda-topo {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  /* height: 30%; */
  gap: 20px;
}

.esquerda-topo h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

.esquerda-topo img {
  width: 284px;
}

.esquerda-bottom {
  /* height: 70%; */
  display: flex;
  flex-direction: column;
}

.move-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  border-radius: 0.375rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.esquerda .img1 {
  width: 82px;
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  border-radius: 0.375rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.esquerda .img2 {
  width: 100px;
  left: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  width: 150px;
  border-radius: 0.375rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.esquerda .img3 {
  width: 82px;
  position: absolute;
  border-radius: 0.375rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 150px;
  right: 32px;
  bottom: 19px;
}

canvas {
  display: block;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;
}

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite;
}


@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }

  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }

  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(5px, 0);
  }

  40% {
    transform: translate(5px, 5px);
  }

  65% {
    transform: translate(0, 5px);
  }

  65% {
    transform: translate(5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.direita {
  display: flex;
  flex: 1 auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.login_container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.login_body {
  background: transparent;
  box-shadow: none;
  max-width: 35.125rem;
  width: 100%;
  padding: 3.125rem 3.125rem;
}

.topo_login {
  margin-bottom: 30px;
}

.topo_login h1 {
  font-size: 1.5em;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.topo_login p {
  font-size: 0.9em;
  font-family: 'Poppins', sans-serif;
  color: #79777d;
  font-weight: 600;
  text-align: center;
}

.container_login label {
  font-size: 0.8125rem !important;
  line-height: 1.5;
  color: #79777d;
  font-weight: 600;
}

.container_login input {
  background: #fff;
  color: #303972;
  line-height: 1.7;
  font-size: 0.9rem;
  height: 3rem;
  border-radius: 0.375rem;
  border-color: #dddddd;
}

.container_login input:focus {
  border-color: #009eafe3;
}

.container_login .link a {
  text-decoration: none;
  font-size: 0.9em;
  font-family: 'Poppins', sans-serif;
  /* color: #3F62AE; */
  text-align: center;
  font-weight: 600;
}

.container_login .criar_conta p {
  font-size: 0.9em;
  color: #79777d;
  font-weight: 600;
  margin-top: 10px;
}

.container_login .criar_conta a {
  text-decoration: none !important;
  text-decoration: none;
  font-size: 0.9em;
  font-family: 'Poppins', sans-serif;
  color: #3F62AE;
  text-align: center;
  font-weight: 600;
}

.container_login .botao_submit {
  /* background: #3F62AE !important; */
  border: none;
  transition: 0.3s;
  width: 100% !important;
}

.container_login .botao_submit:hover {
  background: #00b090 !important;
  color: #fff !important;
}

.senha_login {
  position: relative;
}

.senha_login i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #3F62AE;
}

.senha_login input[type="password"] {
  padding-right: 30px;
  /* Adicione espaço para o ícone */
}

@media(min-width: 1660px) {
  .esquerda {
    max-width: 47%;
  }

  .img_esquerda {
    margin: 0;
  }

  .esquerda .img1 {
    right: 107px;
    top: -71px;
  }

  .esquerda .img2 {
    left: 72px;
    top: 54%;
  }

  .esquerda .img3 {
    right: 76px;
  }

  #efeito {
    gap: 110px;
  }

}


@media(min-width: 1920px) {
  .esquerda {
    max-width: 50%;
  }

  .img_esquerda {
    margin: 0;
  }

  .esquerda .img1 {
    right: 107px;
    top: -71px;
  }

  .esquerda .img2 {
    left: 113px;
    top: 54%;
  }

  .esquerda .img3 {
    right: 110px;
  }

  #efeito {
    gap: 110px;
  }

}

@media(max-width: 1550px) {
  .esquerda {
    max-width: 43rem;
  }

  #efeito {
    width: 80%;
  }

  .login_body {
    max-width: 29.125rem;
  }
}



@media(max-width: 1024px) {
  .container_divs {
    flex-direction: column;
  }

  .esquerda {
    width: 100%;
    max-width: 100%;
    clip-path: none;
    align-items: center;
    height: 160px;
  }

  .img_esquerda {
    display: none;
  }

  .esquerda-topo {
    height: 100%;
    justify-content: center;
  }

  .esquerda-bottom {
    display: none;
  }

  .direita {
    flex: none;
  }

}