.ffl-wrapper {
	position: relative;
	display: block;
}

.ffl-wrapper .ffl-label {
	transition-property: all;
	transition-duration: 200ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	position: absolute;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	pointer-events: none;
    top: 1.2em;
    left: 1.2em;
}

.ffl-wrapper .ffl-label.ffl-prepend {
    top: 1.2em;
    left: 3em;
}

.col-md-6.ffl-wrapper .ffl-label {
    top: 1.2em;
    left: 1.6em;
}

.col-md-6.ffl-wrapper.ffl-floated .ffl-label {
    top: .5rem;
    left: 1.6em;
}

.ffl-wrapper.ffl-floated .ffl-label {
    top: .5rem;
    left: 1.5em;
}

.ffl-wrapper.ffl-floated .ffl-label.ffl-prepend {
    top: .5rem;
    left: 3.5em;
}
  
.ffl-label {
	color: #495057;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 300;
    z-index: 1;
}

.ffl-floated .ffl-label {
	color: #7c9425;
    font-size: 0.75rem;
}

.ffl-wrapper.ffl-floated .form-control {
    padding: 15px 15px 5px 15px;
}