form + form, form + a {
    margin-top: 10px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group p {
    white-space: pre-wrap;
}

.form-group.required .control-label:after {
    color: red;
    content: "*";
    margin-left: 5px;
}
