.sbit-custom-form { width: 100%; }
/* .sbit-field { margin-bottom: 16px; } */
/* .sbit-field label { display: block; margin-bottom: 6px; font-weight: 600; } */
/* .sbit-field input,
.sbit-field textarea,
.sbit-field select { width: 100%; padding: 12px 14px; border: 1px solid #ddd; border-radius: 6px; } */
.sbit-field textarea { min-height: 130px; resize: vertical; }
.sbit-field.has-error input,
.sbit-field.has-error textarea,
.sbit-field.has-error select { border-color: #c62828; }
.sbit-error { display: block; color: #c62828; margin-top: 5px; font-size: 13px; }
.sbit-alert { padding: 12px 14px; border-radius: 6px; margin-top: 16px; }
.sbit-alert-success { background: #e8f5e9; color: #1b5e20; }
.sbit-alert-error { background: #ffebee; color: #b71c1c; }
.sbit-alert-loading { background: #fff8e1; color: #795548; }
.sbit-hp-wrap { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.sbit-form-submit { cursor: pointer; }
.sbit-form-submit:disabled { opacity: .7; cursor: not-allowed; }
.sbit-field .required{
    color: red;
    margin-left: 4px;
}
