.t-1, .t-2{
  line-height: 1;
  /* margin-bottom: 1rem !important; */
}

.navbar__box .box-items a:hover {
  text-decoration: none;
}

.show-password {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 10px 0 0;
  font-size: 11px;
}

.show-password input {
  width: initial;
}
.show-password > input {
  display: none;
}

.show-password > label {
  display:flex;
  align-items:center;
  jusstify-content:flex-start;
  width:100%;
  gap:8px;
}
.show-password > label::after{
  display:none;
}
.show-password > label > .text {
  color:#333333 !important;
  font-weight: lighter;
} 
[aria-live="polite"],
.password-suggestions{
    display: none;
}