Change the class on the Submit Button on the Search Block Form

We can use the hook_form_alter() function.  You can place it within your theme.theme file or in your custom module.

/**
 * Implementation of hook_form_alter()
 * To: change the class on the submit button on the search_block_form from 'btn-primary' to 'btn-secondary'
 */

function {mythemename}_form_alter(&$form, &$form_state, $form_id) {
  if ($form_id == 'search_block_form') {
    $form['actions']['submit']['#attributes']['class'][] = 'btn-secondary';
  }
}

If you want to print out the variables you can as below or the Devel module.

Block Class

Block Class allows users to add classes to any block through the block's configuration interface. By adding a very short snippet of PHP to a theme's block.tpl.php file, classes can be added to the parent <div class="block ..."> element of a block. Hooray for more powerful block theming!

La Maison

La Maison is a treasure trove of French country chic located in Bourne End in Buckinghamshire. It supplies furniture, garden items, gifts and mirrors

Fee Group Plc

Comprising a number of subsidiary companies the FEE Group plc is owned and controlled by a team of acknowledged international experts in casino, hotel and resort operations, development and management.

Phoenix Aircraft Leasing

Phoenix Aircraft Leasing Pte Ltd was established in the Republic of Singapore to concentrate and specialise in commercial aircraft leasing, financing, marketing and sales in the Asian region.  Phoenix has associated offices in London, Beijing, Jakarta, Bangkok and Hoi Chi Minh City providing service and information in each of these locations.  This enables Phoenix to offer a comprehensive service to aircraft owners, sellers and buyers.