.schafhof-frm-wrap {
    font-family: 'Jost', sans-serif;
}

.schafhof-frm-wrap .frm_form_field {
    width: 100%;
}

.schafhof-frm-wrap input[type="text"],
.schafhof-frm-wrap input[type="email"],
.schafhof-frm-wrap input[type="tel"],
.schafhof-frm-wrap input[type="url"],
.schafhof-frm-wrap input[type="number"],
.schafhof-frm-wrap select,
.schafhof-frm-wrap textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.schafhof-frm-wrap textarea {
    resize: vertical;
}

.schafhof-frm-wrap button[type="submit"],
.schafhof-frm-wrap input[type="submit"] {
    cursor: pointer;
    border: none;
    box-shadow: none;
    font-family: 'Jost', sans-serif;
}

.schafhof-frm-hide-labels .frm_primary_label,
.schafhof-frm-hide-labels legend.frm_primary_label,
.schafhof-frm-hide-labels label.frm_primary_label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.schafhof-frm-wrap .frm_error_style {
    color: #a92d29;
    font-size: 13px;
    margin-top: 4px;
}

.schafhof-frm-wrap .frm_message {
    padding: 20px;
}
