.control-label {
    font-weight: normal;
}

.required:after {
    color: #FF8D4E;
    content: " *";
}        
    