form {
  display: block;
  margin: 10px;
  overflow: hidden;
  background: rgba(255,255,255,.7);
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding:30px 5px;
}

form > div > label {
  display: block;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 13px;
  /* text-transform: uppercase; */
  color: #939393;
  cursor: pointer;
}
form > div.switch > label {
  padding: 5px 20px;
}

.col-1,.col-2, .col-3, .col-4, .col-5, .col-6 { 
  border-bottom: 1px solid #e4e4e4;
}

form > div > .col-4 {
  height: 86px;
}

label > input,label > textarea {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
  padding: 0px 10px;
  border: none;
  outline: none;
  font-weight: bold;
  transition: all linear .3s;
}

label > select {
  display: block;
  width: 100%;
  padding: 0px 10px;
  font-weight: bold;
  border: none;
  outline: none;
  transition: all linear .3s;
}

label > input:focus,label > textarea:focus, label > select:focus {
  color: green;
  background-color:#f1f1f1;
}




/** responsive design **/
@media(min-width: 519px){
  form > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-1, .col-2, .col-3, .col-4, .col-5,.col-6 { box-shadow: 1px 1px #e4e4e4; border: none; }
  
  .col-1 { width: 100% }
  .col-2 { width: 50% }
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 25% }
  .col-5 { width: 20% }
  .col-6 { width: 16.6666666666% }
}

.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:23px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:23px;position:absolute;top:0;width:23px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}

.section1,.section2{padding:10px;width:100%;font-weight:bold;color:brown;}
.section2{}