.cp_input {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	min-height: 46px;
}
select.cp_input {
	-webkit-appearance: menulist;
	min-height: 47px;
}
.cp_input_mac {
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	-webkit-appearance: textfield !important;
	min-height: 45px !important;
	height: 45px !important;
}
.cp_label {
	position: relative;
	display: block;
	margin-bottom: 0;
	text-align: left;
}
.cp_placeholder {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 0;
	letter-spacing: .2px;
	-webkit-transition: all, .2s;
	transition: all, .2s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cp_placeholder_active {
	top: 2px;
	text-transform: uppercase;
	letter-spacing: .8px;
	line-height: 14px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	font-size: 70% !important;
}