@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
  font-family: "Poppins", sans-serif;
  background: #f1f1f1;
}

.input-group {
  justify-content: center;
  width: 75%;
}

.img-projeto-ciclos {
  width: 15em;
}

.right-box {
  padding: 20px 15px 20px 20px; /* Reduzindo o padding da imagem da direita */
}

.img-direita {
  width: 100%; /* Definindo a largura como 100% para dispositivos móveis */
  height: auto; /* Permitindo que a altura seja ajustada automaticamente */
}

.rounded-5 {
  width: 80em;
  justify-content: space-around;
}


.btn-login {
  background-color: #4A7F40;
  color: #f1f1f1;
}

.btn-login:hover {
  background-color: #2A6626;
  color: #f1f1f1;
  font-weight: 500;
}

.radioAccess {
  list-style: none;
  margin: 0;
  padding: 0;
}

::placeholder {
  font-size: 16px;
}

.rounded-4 {
  border-radius: 20px;
}

.rounded-5 {
  border-radius: 30px;
}

@media (min-width: 768px) {
  .img-direita {
    width: 120%; /* Aumentando a largura da imagem para telas maiores que 768px */
  }
}


@media only screen and (max-width: 768px) {

  .box-area {
    margin: 0 10px;
  }

  .img-projeto-ciclos {
    width: 130px;
  }

  .left-box {
    height: 100px;
    overflow: hidden;
  }

  .right-box {
    padding: 20px;
  }
}