label{
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    margin-bottom:4px;
  }
  
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=date],
  input[type=datetime-local],
  input[type=password],
  textarea,
  select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    border: 1px solid rgb(129, 129, 129);;
    line-height:38px;
    height:38px;
    padding-left:8px;
    width: 100%;
    margin-bottom:8px;
    border-radius:5px;
  }
  
  textarea{
    height:200px;
  }
  
  input:focus,
  textarea:focus,
  select:focus{
    outline: none;
  }
  
  input[type=checkbox]{
    width:25px;
    transform:scale(2);
    margin-right:10px;
    margin-top:20px;
    margin-bottom:20px;
  }

  .button,button,input[type=submit]{
      background-color:#f9ca09;
      color:#00843d;
      border-radius:5px;
  }
  button, input[type=submit] {
    font-size: 19px;
    border: 0;
    line-height: 38px;
    padding: 0 30px;
    text-decoration: none;
    margin: 8px 8px 8px 0px;
    font-weight: 500;
  }
  
  .button {
    font-size: 19px;
    border: 0;
    line-height: 38px;
    padding: 8px 30px;
    text-decoration: none;
    font-weight: 500;
  }