/* Show it is fixed to the top */
body {
    margin-top: 0px !important;
}

label.required:after {
    content: " *";
}