
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    background-color: #FFE1DE;
}




.fondo {
    display:flex;
justify-content: center;
align-items: flex-start; /* Cambio de align-items */
height: 60px;
margin-top: 0px;
background-color: #FFE1DE;
position:none !important;
}

#logo {
    max-height: 100%;
    height: 40px; /* O puedes usar max-height: 60px; para asegurar que se mantenga dentro del navbar */
    width: auto;
    margin-top:4px;
}

.slide img {
    height: 91.9vh;
}

.form-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-container .btn-primary {
    background-color: #8B4513;
    border-color: #8B4513;
}
.form-container .btn-primary:hover {
    background-color: #BE1622;
    border-color: #BE1622;
}
.form-container h2 {
    color: #FFA500;
    font-family: 'Fugaz One', cursive;
}



