* {
	margin:0;
	padding:0;
	-webkit-appearance: none;
}
@media only screen and (min-width: 300px) and (max-width: 749px) {
.form {
	width: 100%!important;

}
.cp_iptxt {
	position: relative;
	margin: 20px 0!important;
	color: #000000;
}	
}

#form_box {
	margin: 0 auto;
}
#form1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.form {
	width: 500px

}
.firstChild {
	margin: 0 auto;
}
.cp_iptxt {
	position: relative;
	margin: 20px 3%;
	color: #000000;
}
.cp_iptxt input[type='text'],
.cp_iptxt input[type='email'],
.cp_iptxt input[type='tel'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	color: #000000;
	letter-spacing: 1px;
	padding-left: 1em;
}
.cp_iptxt textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	overflow-y: hidden;
	color: #000000;
	letter-spacing: 1px;
	padding-left: 1em;
}
.cp_iptxt input[type='text']:focus,
.cp_iptxt input[type='email']:focus,
.cp_iptxt input[type='tel']:focus,
.cp_iptxt textarea:focus {
	outline: none;
}
.ef {
	padding: 4px 0;
	border: 0;
	border-bottom: 1px solid #000000;
	background-color: transparent;
}
.ef ~ .focus_line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: 0.4s;
	background-color: #60b5cd;
}
.ef:focus ~ .focus_line,
.cp_iptxt.ef ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 0;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #000000;
}
.ef:focus ~ label, .cp_iptxt.ef ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #000000;
	display: none;
}
.send {
	margin: 30px auto;
	text-align: center;
}
input[type='submit'] {
     display:inline-block;
     width: 100px;
     height:30px;
     line-height: 2em;
     color: #FFF;
     border: none;
     margin: 0 auto;
     text-decoration: none;
     text-align: center;
     background-color: #60b5cd;
     border-radius: 5px;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
input[type='submit']:hover {
     background-color: #333333;
}