*,
:before,
:after {
  box-sizing: border-box;
}

html {
  font: 18px "Helvetica Neue", sans-serif;
}



.signature-component {
  text-align: left;
  display: inline-block;
  max-width: 100%;
}
.signature-component h1 {
  margin-bottom: 0;
}
.signature-component h2 {
  margin: 0 0 20px 0;
  font-size: 100%;
}
.signature-component button {
  padding: .4em;
  background: transparent;
  box-shadow: 2px 2px 4px #777;
  margin-top: 0.5em;
  border: 1px solid #777;
  font-size: 1rem;
}
.signature-component button.toggle {
  background: rgba(255, 0, 0, 0.2);
}
.signature-component canvas {
  display: block;
  position: relative;
  border: 1px solid;
  /*width:100%!important;*/
}
.signature-component img {
  position: absolute;
  left: 0;
  top: 0;
}
.activated span{color:#ffffff!important;}
@media only screen and (min-width: 320px) and (max-width: 815px) {
  .form-gender label span{
    bottom: -60px;
  }
}