.booking form#calangoBookingForm .form-field input[type="email"],
.booking form#calangoBookingForm .form-field input[type="tel"] {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
}

.booking form#calangoBookingForm .form-field input.error {
    border-bottom: 1px solid #ff4d4d !important;
}