.cp_iptxt {
	position: relative;
	width: 90%;
	margin: 10px 3% 20px;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	padding-left: 40px;
	letter-spacing: 1px;
	border: 0;
	background-color: transparent;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.cp_iptxt input[type='text']:focus::after {
	outline: none;
}
.cp_iptxt label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 5px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt span {
	position: absolute;
	top: -5px;
	left:-5px;
	padding: 0px 0px;
	transition: 0.3s;
	color: #aaaaaa;
	font-size:10px;
	white-space: nowrap;
}
.cp_iptxt::after {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: -1px;
	content: '';
	border-width: 0 1px 1px 1px;
	border-style: solid;
	/* border-color: #aaaaaa; */
	border-color: #413cda;
}
