/* Password toggle */
.mlc-password-container {
  position: relative;
}

#mlc-toggle-password {
  cursor: pointer;
  position: absolute;
  bottom: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
