@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rock+Salt|Shadows+Into+Light|Cedarville+Cursive');

body {
  font-family: 'Open Sans', sans-serif;
  
  margin: 10;     
}

form {
  /* margin: 0 auto;
  padding: 1em 0;
  display: block;
  width: 600px;
    */
}

.sig1 {
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.8em;
}
.sig2{
  font-family: 'Rock Salt', cursive;
}
.sig3 {
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1.8em;
}

label, input {
  display: block;
  width: 90%;
}
label {
  /* margin: .1em 0 2em 0
    */
}

input {
  font-size: 1.2rem;
  padding: 0 .5em;
  /* border: none;
  border-bottom: 1px solid #e3e3e3
  */
}