body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    height: 100vh;
  }

  #container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #header {
    font-family: 'Bungee', sans-serif;
    width: 100%;
    font-family: Arial;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 7px;
    font-size: 20px;
  }

  #login-box {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }

  input {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 4px;
  }

  button {
    padding: 10px 20px;
    background-color: #1976d2;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  #linkedin-link {
    text-align: center;
    margin-top: 20px;
    color: white;
  }

  #linkedin-link a,p {
    color: #3b3b3b; /* Cambia este valor al color que desees */
  }


  .invisible-text {
    color: transparent;
  }

  .header-image {
    width: 60px;
    margin-right: 10px;
    transition: transform 0.3s;
  }

  .header-image:hover {
    transform: scale(1.3);
  }

  .header-image-link {
    text-decoration: none; /* Elimina el subrayado del enlace */
    color: inherit; /* Hereda el color del texto del contenedor */
  }

  
#cambioClave {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  width: 90%;
  max-width: 350px;
}
#cambioClave input {
  width: 80%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#cambioClave button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#passwordChecklist {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 10%;
  text-align: left;
  font-size: 14px;
}

#passwordChecklist li {
  color: red;
}

#passwordChecklist li.valid {
  color: green;
}
/* bomberos.ar® */
