.subjectbutton {
    border: 1px solid #DDAB0A;
    background: transparent;
    color: #DDAB0A !important;
    border-radius: 25px;
    font-size: 13px !important;
    width: 42%;
    padding: 8px 0;
    text-align: center;
}

.has-success .form-control,
.has-success .select2-container .select2-selection--single {
    border-color: #4ea227 !important;
}

.input-validation-error .form-lable,
.has-error .help-block,
.has-error .input-file,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #d62c1a;
}
.required-field:after {
    content: ' *';
    color: red;
}

.field-validation-error {
    color: red;
}

.field-validation-error {
    color: red;
}
