#registrationWizard {

}
#registrationWizard .js-error {
  padding:10px 0 20px 50px;
  font-weight:bold;
  color:#f00;
}
#registrationWizard .js-error:before {
  content:'!';
  display:inline-block;
  vertical-align:middle;
  width:40px;
  height:40px;
  float:left;
  margin:0 0 0 -50px;
  font-size:34px;
  line-height:40px;
  text-align:center;
  background:#f00;
  color:#fff;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
@media screen and (max-width:767px) {
  #registrationWizard .btn_further {
    width:100%;
  }
}
