form > .form-group:first-of-type .field-label::before,
form > .form-group:nth-of-type(2) .field-label::before,
form > .form-group:nth-of-type(3) .field-label::before,
form > .form-group:nth-of-type(4) .field-label::before {
    content:'*';
    display:inline-block;
    vertical-align: middle;
    color:red;
    margin-right:3px;
}
.choices__inner {
    height:34px;
}
textarea.form-control {
    height:250px;
}