.invalid {
    border-color: red !important;
    background-color: #ffebeb !important; /* Light red background */
    border-style: solid !important;
    border-width: 1px !important;
}

.required_input_label::after {
    content: "* required";
    color: red !important;
    text-emphasis: bold;
}