
        /* Customize */
.floatl { position: relative; }
.floatl, .floatl-label { transition: all 0.2s ease; -webkit-transition: all 0.2s ease; }
.floatl .floatl-input { height: 2.875em; font-size: 1.0625em; border-radius: 5px; border: 1px #e6e6e6 solid; padding: 12px 12px 11px; }
.floatl .floatl-label { position: absolute; line-height: 1.5em; padding: 13px 12px; font-size: 1em; font-weight: 400; color: #555; }
.floatl-focused .floatl-label, .floatl-active .floatl-label { padding: 4px 13px 18px; font-size: 0.875em; line-height: auto; color: #888; }
.floatl-focused .floatl-input, .floatl-active .floatl-input { padding: 18px 12px 2px; color: #222; }

/* Wrapper */
.floatl.floatl-wrapper { background: #fff; border-radius: 5px; border: 1px #e6e6e6 solid; padding: 20px 12px 3px; margin-bottom: 16px; }
.floatl.floatl-wrapper .floatl-label { margin-top: -20px; padding: 3px 1px 19px; font-size: 0.875em; line-height: auto; color: #888; }

/* Helpers */
.floatl .floatl-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }
.floatl .floatl-input::placeholder { opacity: 0; }
.floatl .floatl-input::-ms-input-placeholder { opacity: 0; }
.floatl .floatl-input:-ms-input-placeholder { opacity: 0; }
.floatl.floatl-focused .floatl-input::placeholder { opacity: 1; }
.floatl.floatl-focused .floatl-input::-ms-input-placeholder { opacity: 1; }
.floatl.floatl-focused .floatl-input:-ms-input-placeholder { opacity: 1; }

/* Original */
.floatl--focused .floatl__label { color: #2a8dea; }
.floatl--active .floatl__label {
  visibility: visible;
  opacity: 1;
  top: 1px; }
.floatl--active .floatl__input {
  padding: 21px 11px 7px; }
.floatl--active.floatl--multiline .floatl__label {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(80%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
  background-color: white; }
.floatl__label {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 3px;
  left: 9px;
  display: inline-block;
  padding: 6px 3px 3px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
  color: #666666; }
.floatl__input {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 14px 11px;
  background-color: #fafafa;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  .floatl__input::-moz-selection {
    background-color: #2a8dea;
    color: white; }
  .floatl__input::selection {
    background-color: #2a8dea;
    color: white; }
  .floatl__input:focus {
    border-color: #2a8dea; }
input.floatl__input {
  height: 47px; }