/* Estilos específicos para la página de reserva de hotel */

form {
    margin-top: 15px;
}

fieldset {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
}

legend {
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    max-width: 400px;
}

input[type="submit"],
input[type="reset"] {
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px 10px;
}
