.floatl {
  position: relative;
}

.floatl--focused .floatl__label {
  /*color: #2a8dea;*/
  color:#737373;
}

.floatl--active .floatl__label {
  opacity: 1;
  visibility: visible;
  top: 1px;
  /*background-color: white;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
  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%);*/
}

.floatl--active .floatl__input {
  padding: 17px 8px 5px 8px;
}

.floatl__label {
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 6px;
  padding: 5px 3px 3px 3px;
  /*font-size: 10px;
  font-weight: bold;
  */
  font-weight: normal;
  font-size: 0.757em;
  line-height: 1em;
  
   color:#999999;
}

.floatl__input {
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  margin-top: 0;
  margin-left: 0;
  padding: 11px 8px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.floatl__input::-moz-selection {
  color: white;
  background-color: #2a8dea;
 
}

.floatl__input::selection {
  color: white;
  background-color: #2a8dea;
  
}

.floatl__input:focus {
  /*border-color: #2a8dea;*/
  /* box-shadow : 0 0 0 2px #2a8dea*/
    /*border-color: #999999;*/
}

input.floatl__input {
  height: 47px;
}
input.form-control:focus {
	border-color: transparent !important;
}

.form-group.has-success label {
   color:#999999 !important;
}
.form-group.has-error label {
    color: #999999 !important;
}


.form-group.has-success .mrgtp5{
	 color:#333 !important;
}

/************** Add by Arvind ***************/
.form-group input:focus ~.span-bar:before, .form-group input:focus ~.span-bar:after {
    width: 100%;
}
.form-group .span-bar:before, .form-group  .span-bar:after {
    bottom: 1px;
    content: "";
    height: 2px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 0;
}
.form-group .bottom-space:before, .form-group  .bottom-space:after {
    bottom: -46px;
    z-index: 999;
}
.form-group  .margin_extra-span:before, .form-group  .margin_extra-span:after{
    margin-left:-361px;
}
.form-group  .span-bar:before, .form-group  .span-bar:after{
    background-color: #2a8dea;
}

.form-group  .margin_extra:before, .form-group  .margin_extra:after{
    margin-left:-201px;
}

.form-group  input:focus {
    background-color: #fff;
    border: none;
    outline: none;
}
.form-group  .span-bar {
    display: block;
    position: relative;
    width: 100%;
}

.form-group .bottom-space1:before, .form-group  .bottom-space1:after {
    bottom: -46px;
    z-index: 999;
    left:0;
}
.extra_class_code{
 left: 16px;
 top: 4px;
}
.form-group  .margin_extra-folder:before, .form-group  .margin_extra-folder:after{
    margin-left:-525px;
}
