 body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}
.authentication-container {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.form-section {
    display: none;
}

#caminante{
    text-align: left;
    background-color: white;
    width: 80%;
    padding: 2%;
    box-shadow: 0px 0px 5px 5px black;
    margin: 5% 0;
}
.modal-footer{
    width: 100%;    
    justify-content: center;
}


.colum2 select{
}
.colum2 {
  display: flex;
  align-items: center; /* Centra verticalmente */
  gap: 1rem; /* Espacio entre input y la imagen */
}

.input-col {
  flex: 1; /* Ocupa todo el espacio disponible */
}

.colum2 img {
  width: 50%;
  max-width: 100%;
  height: auto;
}

.gene{
    display: flex;
    align-items: center;
}