



.has-float-label{display:block;position:relative}.has-float-label label,.has-float-label>span{position:absolute;cursor:text;font-size:75%;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;left: 1.2rem;z-index:3;line-height:1;padding:0 1px}.has-float-label label::after,.has-float-label>span::after{content:" ";display:block;position:absolute;background:#fff;height:2px;top:50%;left:-.2em;right:-.2em;z-index:-1}.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:18px;opacity:.6;top:.8em}.input-group .has-float-label{display:table-cell}.input-group .has-float-label .form-control{border-radius:.25rem}.input-group .has-float-label:not(:last-child),.input-group .has-float-label:not(:last-child) .form-control{border-bottom-right-radius:0;border-top-right-radius:0;border-right:0}.input-group .has-float-label:not(:first-child),.input-group .has-float-label:not(:first-child) .form-control{border-bottom-left-radius:0;border-top-left-radius:0}
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}

.floating-select {

  display:block;


}

.floating-select:focus {
     outline:none;
     border-bottom:2px solid #5264AE; 
}

.floating-label label {
 
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left: 1.2rem;
  top:11px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  font-size:18px;
  color:#717171;
  margin-bottom: 0;
   font-weight: 500;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-10px;
  font-size: 75%;
  color:#000000;
   font-weight: 500;
   left:1.5rem;
}

/* active state */
.floating-select:focus ~ .floating-select:focus ~  {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* active state */
 .floating-select:focus ~  {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}


select{-webkit-appearance: none;
background: url(../images/arrow.svg) no-repeat #fff 98% center / 10px;98%

}

::-webkit-input-placeholder { /* Edge */
  color: #fff!important;
}

 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff!important;
}
 ::placeholder {
  color: #fff!important;
}

