/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* Wizard Buttons*/
button._backward,
button._forward {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: #434bdf;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600; 
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  -ms-border-radius: 3px; 
  border-radius: 3px; 
  line-height: 1;
  padding: 12px 30px;
}

._forward:hover {
  background: #d80075;
  color: #fff;
}

button._backward {
  color: #777;
  background: #e8e8e8;
}
