.form-group .required:after { 
    color: #d00;
    content: "*";
    /* position: absolute; */
    margin-left: 0px;
    top:0px;
}


.mouse-hover-link {
  cursor: pointer;
  cursor: hand;
}
