@import '../../../../lib/style/themes/default';
@import '../../../../lib/style/mixins/index';
@import '../../text-field/style/mixin';

.@{c7n-pro-prefix}-password {
  .input;
  &-empty &-inner-button {
    display: none;
  }
  &-inner-button {
    .@{c7n-pro-prefix}-icon::before {
      content: '\f06e';
    }
    &:hover {
      color: @primary-5;
    }
    &:active .@{c7n-pro-prefix}-icon::before {
      content: '\f070';
    }
  }
  &-fix-autofill {
    position: absolute;
    left: -100rem;
  }
  &::-ms-reveal {
    display: none;
  }
}
