.btnSolicitar {
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #128065;
  color: white;
  text-decoration: none;
}

.btnLogin {
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 3px solid #1DA684;
  color: #1DA684;
  text-decoration: none;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: none;
  border-width: 2px;
}

.input-group-text {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
}

.form-control::placeholder {
  color: transparent;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #666;
  transition: all 0.3s;
}

.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label {
  top: -10px;
  font-size: 0.75rem;
  color: #10B357;
}

.form-control:focus {
  border-color: #10B357;
}

.input-group-text {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.form-container {
  max-width: 400px;
  width: 100%;
}

.input-group {
  position: relative;
}

#togglePassword:focus {
  border-bottom-color: #10B357 !important;
}

#togglePassword:active {
  border-bottom-color: #10B357 !important;
}

.input-group .form-label {
  top: 50%;
  transform: translateY(-50%);
}

/* tela nova */
.vh-100 {
  min-height: 100vh;
  position: relative;
}

.lado1 {
  background-color: #106852;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lado2 {
  background-color: #F1F2F4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bemvindo {
  color: #494A4E;

  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: initial;
  margin-bottom: 45px !important;
}


.logo {
  width: 100%;
}
.card{
  border-radius: 10px;

}
form {
  width: 368px;
  height: 464px;
  flex-shrink: 0;
  margin-bottom: 10%
}

.organizador {
  position: absolute;
  top: 30%;
}

.desenvolvimento {
  position: absolute;
  bottom: 0%;
}

@media (min-width: 0) {
  .logo {
    width: 50%;
  }

  form {
    padding: 15px;
    width: calc(100% - 10px);
    height: 200px;
    margin-bottom: 10%
  }

  .organizador {
    position: absolute;
    top: 30%;
  }

  h3 {
    font-size: 1.20rem;
  }

  .desenvolvimento {
    position: absolute;
    bottom: -3%;
  }
}

@media (min-width: 576px) {
  .logo {
    width: 50%;
  }

  form {
    padding: 15px;
    width: calc(100% - 10px);
    height: 200px;
    margin-bottom: 10%
  }

  .organizador {
    position: absolute;
    top: 30%;
  }

  h3 {
    font-size: 1.20rem;
  }

  .desenvolvimento {
    position: absolute;
    bottom: -3%;
  }
}

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

  .logo {
    width: 50%;
  }

  form {
    padding: 15px;
    width: calc(100% - 10px);
    height: 200px;
    margin-bottom: 10%
  }

  .organizador {
    position: absolute;
    top: 30%;
  }

  h3 {
    font-size: 1.20rem;
  }

  .desenvolvimento {
    position: absolute;
    bottom: -3%;
  }

}

@media screen and (min-width: 1200px) {
  .logo {
    width: 85%;
  }

  .organizador {
    position: absolute;
    top: 15%;
  }

  h3 {
    font-size: 1.20rem;
  }

  .desenvolvimento {
    position: absolute;
    bottom: 2%;
  }
  form {
    padding: 15px;
    width: calc(100% - 10px);
    height: 200px;
    margin-bottom: 10%
  }
}
.toggle-password-btn {
  position: absolute;
  right: 10px;

  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.toggle-password-btn:hover {
  background-color: transparent;
}

#password {
  padding-right: 40px; 
  background-color: #c8090900 !important;/* Espaço para o botão do olhinho */
}
#email {
  background-color: #c8090900 !important;/* Espaço para o botão do olhinho */
}


/* tela nova */