.form_wrap{display:block;width:100%;max-width:var(--box_custom_width)}.form_wrap.align_center{margin:0 auto}.form_wrap.align_right{margin-left:auto}.form_wrap.thankyou{position:relative}.form_wrap.thankyou .t{position:absolute;inset:0px;padding:40px;background:#fff;display:-ms-grid;display:grid;place-content:center;z-index:9;border-radius:15px}.form_wrap .form-element{margin-bottom:var(--form-gap_between_fields)}.form_wrap label{color:var(--form-label_color)}.form_wrap span.error{display:block;position:absolute;bottom:100%;margin-bottom:-35px;right:0;color:#fff;font-size:12px;line-height:1.2;padding:3px 10px 2px;background-color:#c40404;border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;box-shadow:rgba(0,0,0,0.35) 0px 5px 15px}.form_wrap .checkbox_one span.error{margin-bottom:5px;right:auto}