Ok, basically i did some changes on the booking-form.css
For example i add a border
.rtb-booking-form fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 1em;
padding: 1em;
}
i changed the size of my labels
.rtb-booking-form legend {
padding: 0 0.5em;
font-size: 18px;
}
i changed the add message button
.rtb-booking-form .add-message {
margin-top: 2em;
font-size: 1.2em;
text-transform: uppercase;
background-color: #393939;
width: 10em;
padding: 0.5em;
font-weight: 600;
text-align: center;
}
and more stuff like margin padding
Many thans to helping me ??