.uif-input
  display inline-block
  font-size 12px
  line-height 20px
  border 1px solid transparent
  transition border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out
  .input
    color inherit
    font-size inherit
    line-height inherit
    text-align inherit
    display inline-block
    width 100%
    border none
    background-color transparent
    background-image none
    cursor text
    outline none
  &-border-none
    border-color transparent!important
