@import 'https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext';
html{
height: 100%;
}
.formoid-biz-red{
margin:0 auto;
}
.formoid-biz-red>div,
.formoid-biz-red>.title{
margin: 8px;
}
.formoid-biz-red .error-field .required{
color:#FF9999;
}
.formoid-biz-red .error-field input,
.formoid-biz-red .error-field input[type=text],
.formoid-biz-red .error-field input[type=password],
.formoid-biz-red .error-field input[type=email],
.formoid-biz-red .error-field input[type=url],
.formoid-biz-red .error-field input[type=date],
.formoid-biz-red .error-field input[type=number],
.formoid-biz-red .error-field input[type=tel],
.formoid-biz-red .error-field textarea{
border-color:#D893A1;
background-color: #FBE6F2;
}
.formoid-biz-red label.error{
display:inline-block;
font-size:0.9em;
}
.formoid-biz-red .error,
.formoid-biz-red .error #recaptcha_widget_div{
padding: 3px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;