/*
SPDX-FileCopyrightText: © The Bootstrap Authors

SPDX-License-Identifier: MIT

File derived from https://github.com/twbs/icons/blob/main/font/bootstrap-icons.css
*/

@font-face {
  font-family: "MyHelvetica";
  src:
  url("../images/eyes.png");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: MyHelvetica !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-eye-slash-fill::before { content: "\f31f";
  margin-left: 6%;
  cursor: pointer;
}

.bi-eye-slash::before {
  max-width: 10%;
  height: auto;
  content: "\f320";
  margin-left: -6%;
  cursor: pointer;
}

img#togglePasswords {
  width: 1.5%;
}

#pwd {
  display: initial;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.063rem solid #ced4da;
  border-radius: 0.25rem;
  transition: "border-color .15s ease-in-out,box-shadow .15s ease-in-out"
}

#togglePassword {
  margin-left: -6%;
  cursor: pointer;
}

#togglePasswords {
  margin-left: -2.5%;
  cursor: pointer;
}
