.form-control-feedback {
	right:-20px;
	top:2px;
}
.error {
	border-color: red !important;
	color: red !important;
	font-weight: 700px !important;
}
.has-error .help-block {
	border-color: red !important;
	color: red !important;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.inputText {
	height:70px;
	line-height: 1.4;
	padding-top: 20px !important;
}
textarea.inputText {
	padding-top: 40px !important;
}
.floating-label {
	position: absolute;
	pointer-events: none;
	left: 30px;
	top: 18px;
	transition: 0.3s ease all;
	color:grey;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
	top:2px;
	bottom: 10px;
	left: 20px;
	font-size: 13px;
	opacity: 1;
}