﻿/*Global*/


/*Text font for all text in the consumer flow*/
@font-face {
  font-family: "PPNeueMontreal-Bold";
  src: url('fonts/PPNeueMontreal-Bold.otf') format('opentype');
}
/*body, a, b, .form-control, p, li, h1, h2, h3, h4, label, div, .border-background, input, .select2-container--default, .select2-selection--single {
  font-weight: 400;
}*/

body, .form-control, p, li, label, div, .border-background, input, .select2-container--default, .select2-selection--single {
  font-size: 12px;
  font-family: 'PPNeueMontreal-Bold' !important;
}
label.glyphiconLabel.required {
  background-color: white;
}
.CSSTemplate-btn-step {
/*this is where you enter css for styling the buttons forward and backwards buttons in the consumer flow.*/
  font-size: 14px  !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

h1, .Login-style.login-group, #container-for-headline-steps-dotted-circle-bar {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: 'PPNeueMontreal-Bold' !important;
  font-size: 24px !important;

}