﻿.password-wrapper {
    position: relative;
    display: inline-block;
}

.password-box {
    padding-right: 30px; /* leave room for the button inside the textbox */
    width: 200px; /* or any width you need */
}

.toggle-password {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
}
