#boutique_create_account_form_table > tbody > tr:nth-last-child(1), #boutique_create_account_form_table > tbody > tr:nth-last-child(2) {
    display: none;
}

#contact_form_div > div.form-group:nth-last-child(1), #contact_form_div > div.form-group:nth-last-child(2) {
    display: none;
}

#password_forgotten_input_table > tbody > tr:nth-last-child(1), #password_forgotten_input_table > tbody > tr:nth-last-child(2) {
    display: none;
}

#login_code_forgotten_table > tbody > tr:nth-last-child(1), #login_code_forgotten_table > tbody > tr:nth-last-child(2) {
    display: none;
}