#lf_first_name,
#lf_email,
#lf_phone,
#lf_message,
#lf_last_name {
    background-color: transparent;
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    padding: 2rem 2.5rem;
    border: none;
    border-bottom: 2px solid #fff;
    height: 6.25rem;
    overflow: hidden;
    margin-bottom: 2.8125rem;
}

@media print, screen and (max-width: 52.56125em) {
    #lf_first_name,
    #lf_email,
    #lf_phone,
    #lf_last_name {
        font-size: 1.25rem;
        padding: 0.9375rem 1.25rem;
        height: 3.125rem;
    }
}

#lf_message {
    resize: unset;
    height: 8.125rem !important;
    overflow-y: auto;
    margin-bottom: 3.9375rem;
}

@media print, screen and (max-width: 52.56125em) {
    #lf_message {
       margin-bottom: 3.125rem;
    }
}

#saveForm {
    background-color: #fff;
    color: #036;
    /*border-color: #fff;*/
    min-width: 100%;
    font-size: 3.125rem;
    text-transform: uppercase;
    border: 1px solid #036;
    border-radius: 2.5rem;
    padding: 4.5625rem !important;
    margin-bottom: 8px;
    white-space: normal;
}

@media print, screen and (max-width: 52.56125em) {
    #saveForm {
        font-size: 1.5625rem;
        padding: 2.1875rem !important;
        border-radius: 1.25rem;
    }
}

@media screen and (max-width: 37.5em) {
    #saveForm {
        font-size: 1.5625rem;
        padding: 1.5625rem !important;
    }
}

#saveForm:hover {
    background-color: #036;
    color: #fff;
    border-color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
}