<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#lf_form_container p {
    width: 100%;
    display: inline-grid;
    margin-bottom: 20px;
}

#lf_form_container h3 {
    margin-bottom: 30px;
}


#lf_form_container p.buttons {
    width: auto;
    display: block;
}

.button_text {
    color: #fff;
    font-size: 13px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal !important;
    background: #07747c;
    padding: 10px 35px !important;
    border-radius: 50px;
    border: 1px solid #07747c;
    cursor: pointer;
}

.button_text:hover {
    background: #ffffff;
    color: #07747c;
    border: 1px solid #07747c;
}

div#lf_form_container {
    margin: 0 auto;
    text-align: center;
}

input.text, input.title, input[type=text], input[type=email], select {
    height: 40px;
    border-radius: 7px;
}
textarea {
    height: 100px;
resize: none;
    border-radius: 7px;
}
#lf_form_container p label {
    text-align: left;
        color: #232323;
    font-weight: 500;
}

.button_text:hover {
    background: #ffffff !important;
    color: #07747c !important;
    border: 1px solid #07747c;
}</pre></body></html>