.floating-label-group {
  position: relative;
  margin-bottom: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.floating-label-group .form-control,
.floating-label-group label {
/*  height: 3.125rem;*/
  height: 50px;
  padding: .75rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.floating-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 2.3;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;font-weight:normal; font-size:13px; }

.floating-label-group .form-control::-webkit-input-placeholder {
  color: transparent; }

.floating-label-group .form-control::-moz-placeholder {
  color: transparent; }

.floating-label-group .form-control:-ms-input-placeholder {
  color: transparent; }

.floating-label-group .form-control::-ms-input-placeholder {
  color: transparent; }

.floating-label-group .form-control::placeholder {
  color: transparent; }

.floating-label-group .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem; }

.floating-label-group .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem; }

.floating-label-group .form-control:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem; }

.floating-label-group .form-control:not(:-moz-placeholder-shown) ~ label {
  padding-top: .20rem;
  padding-bottom: .20rem;
  font-size: 12px;
  color: #777;
  line-height: 2; }

.floating-label-group .form-control:not(:-ms-input-placeholder) ~ label {
  padding-top: .20rem;
  padding-bottom: .20rem;
  font-size: 12px;
  color: #777;
  line-height: 2; }

.floating-label-group .form-control:not(:placeholder-shown) ~ label {
  padding-top: .20rem;
  padding-bottom: .20rem;
  font-size: 12px;
  color: #777;
  line-height: 2; }

/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .floating-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .floating-label-group label {
    position: static; }
  .floating-label-group .form-control::-ms-input-placeholder {
    color: #777; } 
}