/* form {
  display: block;
  margin: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding:30px 5px;
} */

form > div > label {
  display: block;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 13px;
  /* font-weight: bold; */
  text-transform: uppercase;
  color: #939393;
  cursor: pointer;
}
form > div.switch > label {
  padding: 5px 20px;
}

.col-1,.col-2, .col-3, .col-4, .col-5 { 
  border-bottom: 1px solid #e4e4e4;
}

form > div > .col-4 {
  height: 86px;
}

label > input {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
 /*  margin: 5px -5px 0; */
  padding: 0px 10px;
  border: none;
  outline: none;
  /* 
  color: #555; 
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  opacity: .6;
  */
  font-weight: bold;
  transition: all linear .3s;
}

.col-submit {
  text-align: center;
  padding: 20px;
}

label > select {
  display: block;
  width: 100%;
  padding: 0px 10px;
  /*
  color: #555; 
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  opacity: .4;
  */
  margin: 2px 0px;
  font-weight: bold;
  background: transparent;
  border: none;
  outline: none;
  transition: all linear .3s;
}

label > input: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 { 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-submit button { width: 30%; margin: 0 auto; }
}

.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;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:30px;position:absolute;top:0;width:30px}.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{}