.input-error {
    border: 1px solid #ef4444 !important;
    border-radius: 8px;
}
.form-group-checkbox.input-error label {
    color: #ef4444;
    font-weight: bold;
}

