.frame-type-form_formframework form {
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
}

.frame-type-form_formframework .form-group,
.frame-type-form_formframework .form-group > div.input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.control-label {
    font-weight: bold;
}

.frame-type-form_formframework textarea {
    height: 14.0rem;
}

.form-check-label,
.radio label {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
}

input,
textarea {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    height: auto;
    font-size: 120% !important;
}

button.btn.btn-primary {
    -webkit-appearance: none;
    height: 42px;
    width: auto;
    min-width: 200px;
    font-size: 120%;
    background: #000;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    border: 0px solid transparent !important;
    border-radius: 1.5rem !important;
    font-family: inherit;
    cursor: pointer;
}