
element.style {
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}
input:not([type=submit]):not([type=file]), textarea {
    border: 2px solid #f3e7e0;
}
input, textarea {
    outline: 0;
    margin-bottom: 1.2rem;
    transition: border-color .8s cubic-bezier(.785,.135,.15,.86);
    padding: 0.2rem;
    color: #0d0d0d;
    border-radius: 2px;
    font-size: 1rem;
}