/* colors */
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #eff3f4;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#password-visibility {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
#password-visibility h1 {
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 18%;
  line-height: 60px;
}
.form-group input,
.form-control:focus {
  max-width: 50%;
  display: block;
  outline: 0;
  box-shadow: unset;
  height: 50px;
  border: 1px solid;
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
.form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.form-group img {
  margin-top: 20px;
  margin-inline-start: 10px;
  cursor: pointer;
}
#light {
  position: absolute;
  width: 600px;
  height: 150px;
  background: none;
  clip-path: polygon(0% 0%, 100% 50%, 100% 60%, 0% 100%);
  margin-left: -233px;
  margin-top: 30px;
}
.password-visible {
  background: #000;
  color: #fff;
}
.password-visible #light {
  z-index: 999999;
}
.password-visible .form-control {
  background-color: unset;
  border: 1px solid #fff;
  color: #fff;
}
.form-group small {
  position: absolute;
  left: 180px;
  bottom: 130px;
}
@media (max-width: 767px) {
  #password-visibility h1 {
    position: relative;
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .form-group img {
    height: 280px;
    display: block;
    margin-inline-end: -29px;
  }
  .form-group small {
    left: 40px;
    bottom: 80px;
    font-size: 10px;
  }
  #light {
    width: 430px;
    height: 130px;
    margin-top: 23px;
    margin-left: -340px;
  }
  rm-group {
  }
}
