#contactform {display: flex; flex-wrap: wrap; justify-content: space-between;}
#contactform input,#contactform textarea,#contactform select {background: none;outline: 0;border: 1px solid #000;width: 100%;box-sizing: border-box;padding: 15px;display: inline-block;font-size: 18px;color: #000;font-family: inherit;transition: 0.3s;border-radius: 10px;}
.form-field {position: relative; margin-bottom: 15px; width: 100%; padding-top: 0px;}
.form-field label {position: relative;user-select: none;font-size: 22px !important;margin-bottom: 10px;display: inline-block;font-family: "lust";}
.form-field textarea {resize: none; border: none; height: 51px; overflow: auto;}
.form-field textarea {height: 200px;}

.form-wrapper {width: 40%;}

#contactform .flex-row {width: 100%; margin-bottom: 5px;}
#contactform .half.flex-row .form-field {width: 48%;}
#contactform .title {width: 100%; margin-bottom: 25px;}
#contactform .title h4 {font-size: 25px; font-weight: 600;}
#contactform .title h6 {font-size: 15px; margin: 10px 0;}
#contactform h5 {font-size: 20px;margin: 15px 0;}
#contactform .check-label {display: flex;align-items: center;padding: 10px 100px 10px 15px;line-height: 28px;justify-content: flex-start;user-select: none;position: relative;border: 2px solid #eee; margin-bottom: 15px;font-size: 14px;}
#contactform .check-label input {width: 30px;position: absolute;top: 50%;right: 15px;transform: translateY(-50%);cursor: pointer;border: 1px solid #eee;overflow: hidden;border-radius: 100%;overflow: hidden;-webkit-appearance: none;height: 30px;padding: 0;transition: 0.3s;background: #eee;}
#contactform .check-label input:checked {background: #fff427;border: 1px solid #fff0;}

#contactform .check-label input::before {content: '';display: block;position: relative;width: 5px;height: 3px;transform: rotate(45deg);background: #000;right: -7px;top: -15px;transition: 0.3s;}
#contactform .check-label input::after {content: '';display: block;position: relative;width: 15px;height: 3px;transform: rotate(-45deg);background: #000;right: -8px;top: -15px;transition: 0.3s;}
#contactform .check-label input:checked::before {top: 15px;background: #000;}
#contactform .check-label input:checked::after {top: 10px;background: #000;}

#contactform .button-outline {border: 1px solid #000; font-size: 22px; margin-top: 30px; padding: 15px 40px;}

#systemMessage p {margin: 0;}
.highlight_message p {color: #61161f;text-align: center;padding: 15px;background-color: #fdd;border-radius: 10px;border: 1px solid #f1b7bf;width: 300px; margin: 0 auto 25px !important;font-size: 19px;}
.success-message p {width: 440px;text-align: center;padding: 20px;margin: 0 auto 25px !important;background: #2dd284;border-radius: 15px;color: #fff;border: 1px solid #2dd284;}

#contactform input.highlight-form-field, #contactform textarea.highlight-form-field, .form-field-missing select {border: 1px solid #f1b7bf!important;}
