@font-face {
  font-family: Sofia Pro;
  src: url("./fonts/SofiaProLightAz.otf") format("opentype");
}

.inputTextBoxLogin {
  border: 1px solid grey;
  border-radius: 0;
}

#showHidePass {
  cursor: pointer;
  float: right;
  position: relative;
  top: -28px;
  left: -5px;
  font-size: 12px;
  color: grey;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#showHidePass:hover {
  text-decoration: underline;
}

.btn-outline-dark:hover,
.btn-outline-dark:active {
  color: #343a40 !important;
  background-color: #e6e6e6 !important;
  border-color: grey !important;
}
