body {
  font-family: 'Inter', sans-serif;
  background-color: #F1F2F4;
}

.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: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease;
  /* Suaviza a transição da cor de fundo */
}

.btnSolicitar:hover {
  background: #10A37F;
  color: #fff;

}


.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;
  transition: background-color 0.3s ease;
  /* Suaviza a transição da cor de fundo */
}

.btnLogin:hover {
  background: #10A37F;
}


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



.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: 5%;
  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;
  box-shadow: none;
  border-width: 1px !important;
}

.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;
}

#olho {
  color: #000000 !important;
}


#olho:hover {
  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: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: initial;
  margin-bottom: 45px !important;
}

@media (max-width: 768px) {
  .bemvindo {
    color: #494A4E;

    font-family: Inter;
    font-size: 16px;
    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: 76%;
  }

  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: 2%;
  }
}

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

  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: 2%;
  }
}

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

  .logo {
    width: 76%;
  }

  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: 2%;
  }

}

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

  .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 */

/* Estilos personalizados para os inputs de texto */

.form-label {
  font-weight: bold;
  font-size: 0.9rem;
  color: #6c757d;
}

.input-android {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #333;
  transition: border-color 0.3s;
  margin-top: 16px;
}

.input-android:focus {
  border-bottom: 1px solid #000;
}

.input-android:placeholder-shown {
  font-weight: normal;
  color: #999;
}

.input-android:not(:placeholder-shown) {
  font-weight: bold;
  color: #333;
}

/* Estilos para os inputs com rótulo flutuante */
.position-relative {
  position: relative;
}

.floating-label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Efeito de rótulo flutuante para inputs */
.input-android[type="text"]:focus+.floating-label,
.input-android[type="text"]:not(:placeholder-shown)+.floating-label,
.input-android[type="email"]:focus+.floating-label,
.input-android[type="email"]:not(:placeholder-shown)+.floating-label {
  top: 36%;
  font-size: 0.8rem;
  color: #333;
  transform: translateY(-100%);
}

/* Estilo de rótulo normal para selects */
select.input-android {
  width: 100%;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 1rem;
  color: #333;
}

.form-label {
  font-weight: bold;
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 4px;
}