.contact-form-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

#contact-form .contact-field-label {
    display: block;
    margin: 0 0 8px;
    color: #1a1f2e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}

.contact-form-status {
    min-height: 24px;
    margin: 18px 0 0;
    color: #1a1f2e;
    font-size: 16px;
    line-height: 24px;
}

.contact-form-status.is-success {
    color: #176b45;
}

.contact-form-status.is-error {
    color: #a92f24;
}

#contact-form button[type="submit"] {
    border: 0;
}

#contact-form .cf-btn-sec {
    margin-top: 32px;
}

#contact-form button[type="submit"]:disabled {
    cursor: wait;
    opacity: .65;
}

@media (max-width: 767.98px) {
    #contact-form .contact-field-label {
        margin-bottom: 6px;
        font-size: 15px;
    }

    #contact-form .cf-btn-sec {
        margin-top: 24px;
    }
}
