input:not([type=submit]) {
  width: 100%;
  color: #707070;
  border: 0;
  
  border-bottom: 1px solid #E6E6E6;
  
  font-family: Signika;
  font-weight: 300;
  font-size: 15px;
  line-height: 10px;
  padding-bottom: 5px;

  background-color: transparent;
}

input:not([type=submit]):focus {
  background-color: transparent;
}

p.label {
  border-bottom: 1px solid #707070;
  margin-top: 9px;
  padding-bottom: 4px;
  font-size: 15px;
}