.required::after {
    content: "*";
    // color: $danger;
    color: $warning;
}
