.required::after {
    content: '*';
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -4px;
    color: red;
}