.has-float-label {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-family: lato-regular, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #9a9a9a;
  opacity: 1;
  -webkit-transition: all .14s;
          transition: all .14s;
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-float-label input,
.has-float-label textarea,
.has-float-label select {
  width: 100%;
  font-family: lato-regular, sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-top: 17px;
  padding-bottom: 4px;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c9c9c9;
  background-color: transparent !important;
}
.has-float-label.has-textarea textarea {
  padding-top: 0px;
}
div.has-float-label.has-textarea {
  padding-top: 17px;
}
.has-float-label input::-webkit-input-placeholder,
.has-float-label textarea::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder {
  opacity: 1;
  font-family: lato-regular, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #929292;
  -webkit-transition: all .14s;
          transition: all .14s;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) + *,
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + * {
  font-family: lato-regular, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #929292;
  opacity: 1;
  top: 13px;
}
.has-float-label input:focus,
.has-float-label textarea:focus,
.has-float-label select:focus {
  outline: none;
  border-color: #807f7f;
}
.has-float-label input:hover,
.has-float-label textarea:hover:focus,
.has-float-label select:hover {
  outline: none;
  border-color: #807f7f;
}
.has-float-label textarea:hover:not(:focus) {
  outline: none;
  border-color: #807f7f;
  border-style: dashed;
}
.has-float-label textarea.dropzone {
  border: 2px #929292 dashed;
  border-radius: 5px;
}
.has-float-label select {
  padding-right: 1em;
  background: url("../img/simple-arrow-down.svg") no-repeat right 0.35em bottom 1em;
  background-size: 10px 10px;
}

.has-float-label input:-moz-read-only { /* For Firefox */
    background-color: #f0f0f0;
}

.has-float-label input:read-only { 
    background-color: #f0f0f0;
}

.has-float-label input:-moz-read-only:hover, .has-float-label input:-moz-read-only:focus { /* For Firefox */
    border-color: #e5e5e5;
}

.has-float-label input:read-only:hover, .has-float-label input:read-only:focus { 
    border-color: #e5e5e5;
}