.box.foglalas{border:1px solid #785800;background-color:#c5b358;border-radius:.5rem;overflow:hidden}.box.foglalas .title{text-align:center;text-transform:uppercase;font-size:1.5em;font-weight:700;padding:.5em;color:#fff;color:#785800;background-color:#dad1a2}.box.foglalas form{display:grid;grid-auto-flow:row;grid-gap:2em 1em;justify-items:center;padding:2em;box-sizing:border-box}.box.foglalas form .columns{width:100%;display:grid;grid-auto-flow:column;grid-gap:1em}.box.foglalas form .columns .col{display:grid;grid-auto-flow:row;grid-gap:.3em}.box.foglalas form .columns .col label{font-weight:700;text-transform:uppercase}.box.foglalas form input[type=email],.box.foglalas form input[type=text],.box.foglalas form select{padding:.8em 1em;border-radius:.4rem;box-sizing:border-box}.box.foglalas form input[type=button]{background-color:#785800;padding:1em;border-radius:.4rem;color:#fff;border:1px solid #785800}.box.foglalas form a.lemondas{color:currentColor}@media only screen and (max-width:600px){.box.foglalas form .columns{grid-auto-flow:row;justify-self:stretch}}