html,
body {
    height: 100%;
}

footer {
    background-color: #f5f5f5;
}

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