
.has-float-label {
  position: relative; }
  .has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
            transition: all .2s;
    top: -.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px; }
    .has-float-label label::after {
      content: " ";
      display: block;
      position: absolute;
    /*   background: white; */
      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) + label {
    font-size: 115%;
    /* opacity: .5; */
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
padding: 0 0 6px 0;
    top: .3em; }
    

.input-group .has-float-label {
  display: table-cell; }
  .input-group .has-float-label .form-control {
    border-radius: 0.25rem; }
  .input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px; }

/*# sourceMappingURL=bootstrap-float-label.css.map */
/*Floating Label CSS*/
.input-group .has-float-label:not(:last-child) .form-control, .has-float-label .form-control {
    border: 0px;
    border-bottom: 2px solid #e5e5e5;
    padding: 6px 6px;
    box-shadow:none;
}

.has-float-label .form-control:focus, .has-float-label .input-group-addon:focus {
    border: 0px;
    border-bottom: 2px solid #36c6d3;
    box-shadow:none;
    padding: 6px 0;
}

.has-float-label{margin-top: 15px;}

.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 100%;
    font-weight:bold;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -1.2em;
    left: 0rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label .input-group-addon:last-child {
    border-left: 0;
    background: #fff;
    border: 0px;
    border-bottom: 2px solid #e5e5e5;
}
/*Floating Label CSS End*/
.validator {
     
  margin-top: -3%
    width: max-content;
    font-weight: bold;
    /* width: 100%; */
    display: inline-block;
    white-space: nowrap;
    background: #ee0101;
    position: absolute;
    color: #fff;
    min-width: 95px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 0px 10px 0px 13px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}