#lf_form_container .lf_message { width: 100%;}

body .select2-container--default .select2-selection--single, input[type=date], input[type=datetime-local], input[type=email], input[type=input], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    padding: .6em;
    line-height: 1.4em;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    border-radius: 0;
    height: 2.8em;
    border-color: inherit;
    width: 100%;
}