.floating-label {
    color: #d1d4d6;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.floating-label-on {
    font-size: 0.75rem;
    color: #007bff;
}

.floating-input {
    transition: border-bottom 100ms ease;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #e5e6e7;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}

.floating-input:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #007bff;
}
