.field-companies-privacy{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.field-companies-privacy > label{
    margin-left: 5px;
}
.field-companies-privacy > .help-block{
    width: 100%;
}

.field-companies-terms{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.field-companies-terms > label{
    margin-left: 5px;
}
.field-companies-terms > .help-block{
    width: 100%;
}

.field-companies-send_notifications{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.field-companies-send_notifications > label{
    margin-left: 5px;
}
.field-companies-send_notifications > .help-block{
    width: 100%;
}

.field-companies-effects{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.field-companies-effects > label{
    margin-left: 5px;
}
.field-companies-effects > .help-block{
    width: 100%;
}
.field-companies-effects > .control-label{
    width: 75%;
}