.button-b {
  min-width: 180px;
  min-height: 40px;
  padding: 6px 16px;
  border-radius: 4px;
  
  font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86;
  letter-spacing: 0.25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.bb-primary {
  background-color: #549bc7;
  color: #fff;
}
.bb-secondary {
  border: solid 1px #549bc7;
  background-color: #fff;
  color: #549bc7;

}
.bb-disabled {
  border: solid 1px #b0b0b0;
  background-color: #fff;
  color: #b0b0b0;
}

.button-fsm {
  min-width: 180px;
  min-height: 40px;
  padding: 6px 16px;
  border-radius: 4px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.86;
  letter-spacing: 0.25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.bfsm-primary {
  background-color: #005795;
  color: #fff;
}
.bfsm-secondary {
  border: solid 1px #005795;
  background-color: #fff;
  color: #005795;
}
}
.bfsm-disabled {
  border: solid 1px #b0b0b0;
  background-color: #fff;
  color: #b0b0b0;
}


.button-fst {
  min-width: 200px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.75px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.bfst-primary {
  background-color: #005795;
  color: #fff;
}
.bfst-secondary {
  border: solid 1px #005795;
  background-color: #fff;
  color: #005795;
}
.bfst-disabled {
  border: solid 1px #b0b0b0;
  background-color: #fff;
  color: #b0b0b0;
  background-color: #45b9b6;
  color: #ffffff;
}

.button-gr {
  /*min-width: 200px;*/
  min-height: 46px;
  padding: 10px 12px 10px 12px;
  border-radius: 4px;
  background-color: #d9cf00;
  background-color: #45b9b6;
  font-family: 'Encode Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.75px;
  color: #004372;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}

.bgr-s {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}
.button-gr.bgr-arrow:before {
  background:url(../gfx/icon_arrow.png);
  background:url(../gfx/icon_arrow_w.png);
  content: '';
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
  vertical-align: top;
  width: 26px;
  height: 26px;
}