.js-labels .col:nth-child(2) {
	margin-right: 0;
}
.js-labels .group {
	display: block;
	margin-bottom: 1rem;
	position: relative;
}
.js-labels label {
	font-size: 1rem;
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.js-labels .checkbox label,
.js-labels .checkbox.focused label {
	position: relative;
	top: 0;
	font-size: 0.8rem;
	opacity: 1;
}
.js-labels .focused label {
	top: -0.7rem;
	font-size: 0.6rem;
	opacity: 0.7;
}
.js-labels input,
.js-labels select,
.js-labels textarea {
	width: 100%;
	padding: 0.5rem 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	outline: none;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.1;
	background: transparent;
	position: relative;
	z-index: 10;
}
.js-labels input:hover,
.js-labels select:hover,
.js-labels textarea:hover {
	-webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1);
	-webkit-transform: none;
	transform: none;
	border-color: rgba(0, 0, 0, 0.4);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.js-labels input:focus,
.js-labels select:focus,
.js-labels textarea:focus {
	border-color: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.js-labels textarea {
	height: 10.6rem;
}
.js-labels .checkbox {
	position: relative;
}
.js-labels .checkbox input {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.js-labels .checkbox label {
	font-size: 0.8rem;
	line-height: 1.3;
	position: relative;
	padding-left: 1.5rem;
}
.js-labels .checkbox label p {
	margin-bottom: 0;
}
.js-labels .checkbox label .more-content {
	margin-top: 15px;
}
.js-labels .checkbox label li {
	margin-bottom: 5px;
}
.js-labels .checkbox .more {
	color: #15b9b9;
	text-decoration: none;
}
.js-labels .checkbox .more-content {
	display: none;
}
.js-labels .error {
	border-color: red;
}
.js-labels .error-message {
	display: none;
}
.js-labels .error-message:first-of-type {
	display: block;
	font-size: 0.7rem;
	color: red;
}
/*# sourceMappingURL=form.js-labels.min.css.map */
