.FRCLabel {
    display: flex;

    .Help {
        position: relative;
        top: -1px;
    }
}

.was-validated {
    .FRCLabel-error {
        .form-label {
            color: $red;
        }
    }
}
