
.label-part{
    color: blue;
}

.label-must{
    color: red;
}

.input-part{
    border: 1px solid blue !important;
}

.input-must{
    border: 1px solid red !important;
}