#lf_form_container {
    background-color: #1D3961!important;
    padding: 5% 10%!important;
}
#lf_form_container label.description {
    font-family: 'Mulish'!important;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #ffffff!important;
}
#lf_form_container input, #lf_form_container textarea {
    font-size: 14px!important;
    color: #ffffff!important;
    background-color: transparent!important;
    border: 0!important;
    border-bottom: 1px solid #ffffff!important;
}
#lf_form_container input[type="submit"]{
    font-family: 'Philosopher'!important;
    font-size: 17px!important;
    font-weight: 500!important;
    background-color: #ffffff!important;
    color: #1d3961!important;
    border-radius: 0!important;
    text-transform: uppercase!important;
    margin-bottom: 0!important;
    width: auto;
    min-width: 100px;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 0;
    border-radius: 2px;
    background-image: unset;
    line-height: 1.45em;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
#lf_form_container input[type="submit"]:hover {
    background-color: #2b4c79!important;
    box-shadow: none!important;
    color: #ffffff!important;
}