﻿.password-container {
  position: relative;
  display: inline-block; /* Adjust as needed */
}

.password-toggle-btn {
  position: absolute;
  right: 10px; /* Adjust position */
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
