.js-float-label-wrapper {
	position: relative;
	margin-bottom: 60px;
	background: url(../img/form-line.png) repeat-x left bottom;
	padding-top: 0;
}
.js-float-label-wrapper.populated, .js-float-label-wrapper.focused {
	padding-top: 0;
}
.js-float-label-wrapper label {
	position: absolute;
	top: 24px;
	left: 0;
	opacity: 1;
	color: #000;
	font-size: 27px;
	font-weight:400
}
.js-float-label-wrapper.focused label, .js-float-label-wrapper.populated label {
	opacity: 1;
	bottom: auto;
	top: -10px;
	color: #0f0f0f;
	font-weight:800
}
.js-float-label-wrapper.focused input, .js-float-label-wrapper.populated input, .js-float-label-wrapper.focused textarea, .js-float-label-wrapper.populated textarea {
	padding-top: 0;
	font-weight: 800;
	opacity: 1;
	color: #0f0f0f;
}
.js-float-label-wrapper input, .js-float-label-wrapper textarea, .js-float-label-wrapper label {
	transition: All .3s ease;
	-webkit-transition: All .3s ease;
	-moz-transition: All .3s ease;
	-o-transition: All .3s ease;
}
.js-float-label-wrapper .field-error-icon {
	position: absolute;
	right: 0;
	bottom: 0px;
	opacity: 0;
	font-size: 24px;
	color: #ca222a;
	text-decoration: none
}
.js-float-label-wrapper .field-error-msg {
	position: absolute;
	bottom: -25px;
	color: #ca222a;
	opacity: 0
}
.js-float-label-wrapper.error {
	margin-bottom: 40px;
	border-color: #ca222a
}
.js-float-label-wrapper.error .field-error-icon {
	opacity: 1;
}
.js-float-label-wrapper.error .field-error-msg {
	opacity: 1
}
.js-float-label-wrapper.error label {
	color: #ca222a !important
}
.js-float-label-wrapper.populated label, .js-float-label-wrapper.focused label {
	font-size: 13px;
	color: #fff
}
.js-float-label-wrapper .form-control {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
	opacity: 0;
	height: 70px;
	transition: All 0s ease;
	-webkit-transition: All 0s ease;
	-moz-transition: All 0s ease;
	-o-transition: All 0s ease;
	font-family: 'Raleway', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 800;
}
 @media screen and (max-width: 767px) {
.js-float-label-wrapper .form-control {
	height: 60px;
	font-size: 22px;
}
.js-float-label-wrapper label {
	font-size: 22px;
}
}
