.form-box {margin:0 auto 10px auto; width:90%; padding:2%; text-align:center; overflow: visible;}

.inputRow {position:relative;}
.inputRow2 {display:none;}

.inputRow > input:focus ~ label,
.inputRow > input:not(:focus):valid ~ label{
  top: 20px;
  bottom: 5px;
  right: 20px;
  text-align:right;
  font-size: 10px;
  opacity: 0.5;
}
textarea:focus ~ label,
textarea:not(:focus):valid ~ label{
  top: 180px;
  bottom: 5px;
  right: 20px;
  text-align:right;
  font-size: 10px;
  opacity: 0.5;
}

.inputText { width: 92%; margin-bottom:10px; padding:5px 4%; font-size:18px; color:#007542; height:40px; background-color:#fff; border:2px solid #007542;}
.inputText:focus {box-shadow:0 0 5px #272727; border:1px solid #007542;}

textarea { width: 92%; margin-bottom:0; padding:5px 4%; color:#007542; font-size:18px; font-family:'Open Sans', sans-serif; height:200px; background-color:#fff; border:2px solid #007542;}
textarea:focus {box-shadow:0 0 5px #272727; border:1px solid #007542;}

.inputRow label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 16px;
  color:#007542; font-size:15px;
  transition: 0.2s ease all;
}

label.chkbq {
	display: inline-block; width:94%;
	cursor: pointer;
	position: relative; margin-bottom:20px; padding-left:60px; text-align:left;
	color:#272727; font-size:16px; font-family:'Open Sans', sans-serif;
}

input[type=checkbox]:checked + label.chkbq:before {
	content: "\2713";
	font-size: 18px;
	color: #272727;
	text-align: center;
}

label.chkbq:before {
	content: "";
	display: inline-block; text-align:left;
	width: 24px;
	height: 24px;
	margin:0;
	position: absolute;
	left: 15px;
	bottom: -5px;
	background-color: #fff;
	border:solid 2px #007542;
}

input[type=checkbox] {display: none;}

.btn {display:block; width:180px; margin:20px auto 0 auto; padding:20px 0 19px 0;text-align:center;color:#fff; font-size:16px;font-weight:400;background-color:#007542; letter-spacing:0.15em;}
.btn:hover{opacity:0.75; cursor:pointer;}

@media screen and (max-width:1024px) {
.btn {margin-bottom:90px;}	
}

@media screen and (max-width:440px) {
label.chkbq {width:80%; margin-bottom:25px; padding-left:55px;}
.short {display:none;}
}