  .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.ldp-form .label-important, .ldp-form .badge-important {
    background-color: #b94a48;
}
.required > label:first-child:before {
   content : "* ";
   color   : red;
}
