.container {
  max-width: 960px;
}

canvas#signature-pad {
  background: #fff;
  width: 100%;
  height: 100px;
  cursor: crosshair;
  margin-bottom: 20px;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

p.lead {
  padding-top:10px;
}