/*! Place your custom styles here */

.form-margin-fix
{
padding-left: 0px;
padding-right: 0px;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}