input {
    display: block;
    width: 100%;
}

select {
    appearance: menulist-button;
    height: 45px;
    width: 100%;
    font-size: 15px;
    border-color: #dbcbb3 !important;
    cursor: pointer;
}

input[type="submit"] {
    margin: 6rem auto;
}
.checkbox-label  input[type="checkbox"] {
    display: inline;
    width: unset;
    margin-right: 1rem;
    cursor: pointer;
}
.checkbox-label{
    display: inline-flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    margin-right: 1rem;
    text-align: start;
    width: 45%;
    word-wrap: break-word;
}



@media (max-width: 1400px) {
    .checkbox-label{
        width: 100%;
    }
}
#tipo-evento,
#label-evento,
#tipo-cardapio,
#label-cardapio,
#tipo-espaco,
#label-espaco,
.espaco-diaria {
    display: none;
}

