
div, h3, h5, h6, fieldset, form, label, legend, table, caption, article, aside, menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea { 
  -webkit-font-smoothing: antialiased;
  outline: none; 
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }



 section{
	height: 100%;
}
 
 #registro {
	height:100%;
}


/** form field **/
form {
	display: block;
	margin:4% 5% 4% 5%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	font-size: 0;
	width: 90%;
	height: 50%;
	opacity: 0.8;
}

form > div > label {
	font-family: 'Chewy', cursive;
	display: block;
	height:70px;
	vertical-align: top;
	font-size: 12px;
	
	color:#E90C10;
	text-shadow:1px 1px 0 rgba(247,249,162,1.00);
	text-transform: uppercase;
	
	cursor: pointer;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
form > div.switch > label {
  padding: 16px 20px 13px;
}

.col-2, .col-3, .col-4 { 
  border-bottom: 1px solid #e4e4e4;
  height:50%;
}

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: 7px 5px 3px;
  border: none; */
  outline: none;
  color: #555;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-size: 11x;
  opacity: .6;
  transition: all linear .3s;
}

.col-submit {
  text-align: center;
  padding: 2% 5%;
}

label > select {
  display: block;
  width: 100%;
  padding: 0;
  color: #555;
  margin: 16px 0 6px;
  font-weight: 500;
  background: transparent;
  border: none;
  outline: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  opacity: .6;
  transition: all linear .3s;
}

label > input:focus, label > select:focus {
  opacity: 1;
}



/** button design based on http://codepen.io/guvootes/pen/eyDAb **/
button {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  outline: none;
}

button.submitbtn {
  background-image: -moz-linear-gradient(#97c16b, #8ab959);
  background-image: -webkit-linear-gradient(#97c16b, #8ab959);
  background-image: linear-gradient(#97c16b, #8ab959);
  border-bottom: 1px solid #648c3a;
  cursor: pointer;
  color: #fff;
}
button.submitbtn:hover {
  background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
  background-image: -webkit-linear-gradient(#8ab959, #7eaf4a);
  background-image: linear-gradient(#8ab959, #7eaf4a);
}
button.submitbtn:active {
  height: 34px;
  border-bottom: 0;
  margin: 1px 0 0 0;
  background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
  background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
  background-image: linear-gradient(#7eaf4a, #8ab959);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}


/** responsive design **/

@media only screen and (min-width: 481px) {
	
 section{
	height: 825px;
}
 
 #registro {
	height: 825px;
}

form {
	width: 78%;
}

form > div > label {
	font-size: 12px;
}

label > input {
	font-size: 12px;
}

label > select {
	font-size: 12px;
}

}

@media(min-width: 769px){
 
 section{
	height: 725px;
}
 
 #registro {
	height: 725px;
}
 
  form > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-2, .col-3, .col-4 { box-shadow: 1px 1px #e4e4e4; border: none; }
  
  .col-2 { width: 33.3333333333% }
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 33.3333333333% }
  
  .col-submit button { width: 30%; margin: 0 auto; }

form {
	width: 73%;
	height: 30%;
}

form > div > label {
	font-size: 14px;
}

label > input {
	font-size: 14px;
}

label > select {
	font-size: 14px;
}

}
