.form-group.has-error .select-control {
    border-color: #e74c3c;
}

.form-group.has-error .checkbox-control .icon,
.form-group.has-error .radio-control .icon {
    border-color: #e74c3c;
}

.form-group.has-error .select2-selection{
    border-color: #e74c3c;
}

.attach-document{
    margin-top: 40px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 40px 40px 25px 40px;
}