.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 8px;
    top: 30px;
    transform: translateY(-50%);
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    min-width: 35px;
    text-align: center;
}

.toggle-password:focus {
    outline: none;
}
