#div_id_newsletter_subscription,
#div_id_agree_to_terms {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: start !important;
    align-items: center !important;

}

#div_id_newsletter_subscription label,
#div_id_agree_to_terms label {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#div_id_newsletter_subscription input,
#div_id_agree_to_terms input {
    margin-right: 6px;
}