@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

#div-cadastro {
  display: block;
  width: 100%;
  justify-content: left;
  margin: 5.4rem 2rem 0 0;
}

#div-opcao-cadastro {
  width: 250px;
  display: inline-block;
  padding: 20px 20px;
  box-shadow: 2px 2px gray;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}

#a-opcao-cadastro {
  width: max-content;
  display: block;
  color: black;
  text-decoration: none;
}

.div-submit-reset {
  display: flex;
}

.submit-reset {
  margin-left: 0;
  margin-right: 2rem;
}

#form-pesquisa {
  margin-top: 2rem;
  margin-left: 2rem;
}

#label-pesquisa p {
  margin-bottom: 0.5rem;
}

.div-campo-login {
  margin-bottom: 1rem;
}

.div-campo-login label {
  display: block;
  margin-bottom: 0;
}
#input-login,
.input-login {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 0.5rem;
  border: 1px solid rgba(190, 186, 186, 0.726);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-left: 0;
  margin-bottom: 0;
}

#input-login::placeholder,
.input-login::placeholder {
  font-weight: 500;
  color: #aaa;
  font-style: italic;
}

#input-login:hover,
.input-login:hover {
  border-color: #03a56d;
  box-shadow: 0 0 5px rgba(0, 153, 0, 0.2);
}

#input-login:focus,
.input-login:focus {
  border-color: #04aa6d;
  outline: 2px solid #03a56d;
}

/* Indicadores de Erro e Sucesso */
.input-error {
  border-color: #ff4d4d;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
}

.input-success {
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.2);
}

#label-login {
  text-transform: none;
  font-weight: 300;
}

.fieldset-login {
  border: none;
  width: max-content;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(190, 186, 186, 0.726);
  border-radius: 4px;
  margin: 5rem auto;
  align-items: center;
}

.h1-login {
  margin: 1rem auto 1rem auto;
  font-size: 2rem;
  text-align: center;
  color: #04aa6d;
}

.logar {
  width: 100%;
  max-width: 300px;
  height: 40px;
  color: white;
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #04aa6d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.dados {
  color: #2E8B57;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.login {
  width: 640px;
  margin: 5rem 0 0 5rem;
  background-color: var(--primary-text-color);
  border: none;
}

.h2-login {
  margin: 2rem 0 2rem 1rem;
}

.campo-login {
  display: block;
  margin: 1rem 0 1rem 0;
}

.bt-logout {
  background-color: #f8f8ff;
  cursor: pointer;
  margin-top: 25px;
  margin-right: 3rem;
  float: right;
  border: none;
}
@media (max-width: 600px) {
  #input-login,
  .input-login {
    height: 36px;
    padding: 0.4rem;
    font-size: 0.9rem;
  }
}
