.fixed-wid {
    width: 700px;
}
label.required-input:after {
    content:" *";
    color: red;
}
