@charset "UTF-8";

.password-check {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.password-check input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0px;
    width: 33px!important;
    height: 33px!important;
    z-index: 999;
}

.password-check .iconEye {
  position: absolute;
  right: 0px;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .25rem;
}
