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

input.input-radius {
    border-top-right-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
}

small.help-block {
    color: #F44336 !important;
}